feat: add GTM editor & validator skills (61, 62), update GTM audit (60)

Restructure GTM skills into audit → edit → validate workflow:
- 60-gtm-audit: MCP-based page scan, site audit, gap analysis, tag design (new code/SKILL.md)
- 61-gtm-editor: tag/trigger/variable creation via GTM API, ES5 Custom HTML, dataLayer generation
- 62-gtm-validator: QA toolkit with 7 validation modes, naming conventions, cross-platform mapping
All three skills use DTM Agent + Chrome DevTools MCP with clear handoff patterns.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-17 21:37:18 +09:00
parent 8d5cfb69fd
commit f905ef6314
12 changed files with 1665 additions and 10 deletions

View File

@@ -68,9 +68,9 @@ This is a Claude Skills collection repository containing:
| # | Skill | Purpose | Trigger |
|---|-------|---------|---------|
| 60 | gtm-audit | GTM container audit | "audit GTM", "GTM analysis" |
| 61 | gtm-manager | GTM management + dataLayer | "GTM manager", "dataLayer" |
| 62 | gtm-guardian | Live tag monitoring & validation | "monitor GTM", "tag validation" |
| 60 | gtm-audit | GTM audit — page scan, site audit, gap analysis, tag design | "GTM audit", "scan page", "tracking coverage", "gap analysis" |
| 61 | gtm-editor | GTM tag/trigger/variable creation via API, ES5 Custom HTML, dataLayer | "create GTM tag", "generate dataLayer", "modify trigger", "manage GTM" |
| 62 | gtm-validator | GTM QA — tag firing, trigger testing, naming conventions, cross-platform | "validate tags", "QA GTM", "debug GTM", "naming conventions" |
### Notion Tools (31-39)