Skip to content
Marketing
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.

From plugin
analytics-tracking-automation
1377 skills
Install
$ npx -y skills add jtrackingai/analytics-tracking-automation --skill tracking-live-gtm --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/tracking-live-gtm

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

tracking-live-gtm.SKILL.md
name: tracking-live-gtm
description: Use when the user wants to inspect the real live GTM runtime before schema generation or compare multiple live GTM containers.

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

If the telemetry consent prompt appears and no prior choice is recorded, stop and follow [../../references/telemetry-consent.md](../../references/telemetry-consent.md) before continuing.

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

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

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

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

If the user wants to test the quality of the already-published live GTM setup on the real site, run:

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

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
  • when `verify-live-gtm` was run, separate parsed live definitions from browser-verified live firing evidence
  • if this review is part of `tracking_health_audit`, clearly separate runtime-detected live definitions from any formal preview-verified automation evidence
  • 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`
  • optional `<artifact-dir>/live-preview-result.json`
  • optional `<artifact-dir>/live-preview-report.md`
  • optional `<artifact-dir>/live-tracking-health.json`
  • updated `<artifact-dir>/workflow-state.json`

Closeout Style

  • default to a compact live-tracking summary before listing files
  • name the detected live events directly instead of only reporting event counts
  • in `tracking_health_audit`, explicitly separate runtime-detected live definitions from formal preview-verified automation evidence
  • list artifacts only after the decision-ready summary

Stop Boundary

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

Default next phase:

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

References

  • [../../references/event-schema-guide.md](../../references/event-schema-guide.md)
  • [../../references/output-contract.md](../../references/output-contract.md)
  • [../../references/architecture.md](../../references/architecture.md)
Read more
Ships withanalytics-tracking-automation

analytics-tracking-automation is a local-first AI skill for planning, reviewing, and delivering GA4 + GTM tracking.

Get the whole plugin
Stats
139
Stars
39
Forks
Maintained
Maintenance
TypeScript
Language
Apache-2.0
License
4mo ago
Last commit
5mo ago
Created

Repo: jtrackingai/analytics-tracking-automation