refactor(gtm-audit): Update desktop skill to use Chrome DevTools + DTM Agent MCP workflow

- Replace Playwright-based approach with Chrome DevTools MCP for browser inspection
- Add DTM Agent MCP integration for GTM API operations
- Document 4-phase workflow: Inspect → Diagnose → Configure → Verify
- Add common issue patterns with diagnosis/fix guidance
- Update audit checklist to reference specific MCP tools
- Add .gitignore entries for pickle files and .claude/ directory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-03 01:56:47 +09:00
parent b859d0a266
commit 12ae63e0a7
2 changed files with 209 additions and 150 deletions

5
.gitignore vendored
View File

@@ -76,8 +76,13 @@ npm-debug.log*
.env.local
*.key
*.pem
*.pickle
credentials.json
secrets.json
token.json
# Claude Code local config
.claude/
# Temporary files
output/