from analytics-tracking-automation122
End-to-end GA4 + GTM implementation skill: site discovery, schema generation, GTM config sync, preview QA, and publish handoffs for production tracking delivery
An umbrella skill that coordinates a full GA4 + GTM tracking workflow: analyze a site, prepare an event schema, generate GTM configuration, verify in preview, and hand off or publish. It includes phase-specific subskills for discovery, grouping, schema prep, sync, verification, and Shopify-specific flows.
Use when you need a complete tracking implementation across multiple phases or when the correct entry point is unclear. Also useful for auditing live GTM runtime before schema generation or for Shopify-specific implementations. Requires Node.js and a Chromium-capable environment for browser-backed steps.
event-tracking wrapper (build step may be required). (has_scripts=false in fetch metadata, but runtime/cli references exist in the repo.)Authored for Node.js-based agent runtimes and environments that can run Playwright/Chromium; compatible with Cursor, Codex, and other agents that can spawn Node/Playwright processes.
A well-architected skill family for end-to-end GA4/GTM tracking implementation. Umbrella skill routes to 7 phase skills with clear contracts, stop rules, and checkpoint gates. Scripts are Node.js build/packaging tooling (not runnable by the Python audit runner). Auto-update mechanism pulls from GitHub and sends anonymous telemetry startup signal, which are security concerns but not malicious. SKILL.md is thorough with specific routing logic, intake classification, and approval gate enforcement.
Impressive skill architecture with umbrella/phase separation, structured contract.json, comprehensive check.mjs assertions, and well-documented output contracts. The auto-update and telemetry features are opt-in/transparent but represent standard security tradeoffs. Not malicious — the telemetry is described as minimal and anonymous, and the skill explicitly requires user consent checkpoints for destructive actions.