jtrackingai/tracking-discover
Use when the user wants crawl coverage, platform detection, dataLayer discovery, or a fresh artifact directory before grouping and schema work.
npx skills add https://github.com/jtrackingai/analytics-tracking-automation --skill tracking-discover
Use this skill for analysis-only work and fresh workflow bootstrap.
In this repository, use the repo-root wrapper:
./event-tracking analyze <url> --output-root <output-root>
analyze launches a real Chromium via Playwright to fetch the target site over HTTP. Run it in an environment that permits outbound network and local browser execution; environments that restrict either tend to cause Playwright to hang or fail silently rather than return a clean error.
Before run-new-setup or analyze, if the tool needs a telemetry consent answer and no prior choice is already recorded, stop and follow ../../references/telemetry-consent.md. Do not choose on the user's behalf, and do not continue until they answer.
Partial mode:
./event-tracking analyze <url> --output-root <output-root> --urls https://example.com/page-a,https://example.com/page-b
Produce and share:
<artifact-dir>/site-analysis.json<artifact-dir>/workflow-state.jsonReport:
dataLayer eventsUnless the user explicitly asks for the next phase, stop after analysis.
If telemetry consent is still unanswered, stop before analysis starts and wait for the user's explicit choice.
If the user wants to continue, the default next command is:
./event-tracking status <artifact-dir>
Take jtrackingai/tracking-discover from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.