tracking-group
@jtrackingai · 收录于 1 周前
Use when the work starts from `site-analysis.json` and the user wants page-group authoring, grouping adjustments, or page-group approval.
适合你,如果需要基于站点分析文件调整页面分组并处理审批。
/ 下载安装
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code
~/.claude/skills/(项目级 .claude/skills/)Codex CLI
~/.codex/skills/Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add jtrackingai/analytics-tracking-automation/tracking-group/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- jtrackingai/analytics-tracking-automation/tracking-group/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify jtrackingai/analytics-tracking-automation/tracking-group安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
132GitHub stars
~421最小装载
~421含声明引用
~466文本包总量
镜像托管
怎么用
技能原文 SKILL.md
Tracking Group
Use this skill when the work starts from site-analysis.json and the goal is to produce approved pageGroups.
Inputs
<artifact-dir>/site-analysis.json
Workflow
- Read the current
pageGroupsand page inventory. - Group pages by business purpose, not just URL shape.
- Present a concise table with group name, content type, URL pattern, and pages.
- Default to a reviewable summary first: total groups, grouping logic, and a compact table. Do not dump raw URL lists unless the user explicitly asks for them.
- Ask the user to confirm or adjust the grouping.
- Record approval with:
./event-tracking confirm-page-groups <artifact-dir>/site-analysis.json
Required Output
Produce and share:
- updated
<artifact-dir>/site-analysis.json - updated
<artifact-dir>/workflow-state.json
Closeout Style
- default to a page-group summary first: group count, grouping logic, and a compact group table
- keep the summary reviewable in chat; do not dump full raw URL lists unless the user explicitly asks
- list files and the next command only after the summary
Stop Boundary
Stop after page-group approval unless the user explicitly asks to continue into schema work.
A broad request such as "full workflow" or "全流程" does not count as page-group approval. Do not run ./event-tracking confirm-page-groups <artifact-dir>/site-analysis.json --yes on the user's behalf unless the user explicitly confirms the current page groups in the current turn.
Useful follow-up:
./event-tracking prepare-schema <artifact-dir>/site-analysis.json
References
- [../../references/page-grouping-guide.md](../../references/page-grouping-guide.md)
- [../../references/output-contract.md](../../references/output-contract.md)
按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…