Agent skill

tracking-live-gtm

Use when the user wants to inspect the real live GTM runtime before schema generation or compare multiple live GTM containers.

Stars 115
Forks 35

Install this agent skill to your Project

npx add-skill https://github.com/jtrackingai/event-tracking-skill/tree/main/skills/tracking-live-gtm

SKILL.md

Tracking Live GTM

Use this skill to audit the site's real live GTM setup before event generation.

Inputs

One of:

  • confirmed <artifact-dir>/site-analysis.json
  • explicit live GTM public IDs when the crawl did not capture them

Workflow

Run the live baseline step before schema preparation whenever the site has a real GTM container installed:

bash
./event-tracking analyze-live-gtm <artifact-dir>/site-analysis.json

If multiple live containers matter and the user already knows the primary comparison target:

bash
./event-tracking analyze-live-gtm <artifact-dir>/site-analysis.json --primary-container-id GTM-XXXXXXX

During review:

  • show all detected live GTM containers
  • explain which container is the primary comparison baseline
  • summarize existing live events, measurement IDs, and obvious issues
  • stop before schema authoring if the user wants to review the live baseline first

Required Output

Produce and share:

  • <artifact-dir>/live-gtm-analysis.json
  • <artifact-dir>/live-gtm-review.md
  • updated <artifact-dir>/workflow-state.json

Stop Boundary

Stop after the live GTM baseline is reviewed unless the user explicitly asks to continue into schema work.

Default next phase:

bash
./event-tracking prepare-schema <artifact-dir>/site-analysis.json

References

  • ../../references/event-schema-guide.md
  • ../../references/output-contract.md
  • ../../references/architecture.md

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results