Agent skill
tracking-group
Use when the work starts from `site-analysis.json` and the user wants page-group authoring, grouping adjustments, or page-group approval.
Install this agent skill to your Project
npx add-skill https://github.com/jtrackingai/event-tracking-skill/tree/main/skills/tracking-group
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.
- 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
Stop Boundary
Stop after page-group approval unless the user explicitly asks to continue into schema work.
Useful follow-up:
./event-tracking prepare-schema <artifact-dir>/site-analysis.json
References
- ../../references/page-grouping-guide.md
- ../../references/output-contract.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
tracking-live-gtm
Use when the user wants to inspect the real live GTM runtime before schema generation or compare multiple live GTM containers.
tracking-discover
Use when the user wants crawl coverage, platform detection, dataLayer discovery, or a fresh artifact directory before grouping and schema work.
tracking-shopify
Use when the platform is Shopify or the run needs the Shopify-specific schema, sync, install, or verification branch.
tracking-schema
Use when the user wants schema preparation, event design, selector validation, schema review, or event-spec generation.
tracking-verify
Use when the user wants preview QA, failure interpretation, release readiness, or an explicit publish handoff.
tracking-sync
Use when the user wants GTM-ready config generation, GTM workspace sync, or container selection from an approved schema.
Didn't find tool you were looking for?