web-tracking-auditorlisted
Install: claude install-skill autoMantis/web-tracking-audit
# Web Tracking Auditor
This skill runs a thorough audit of what's tracking users on a website and turns the findings into two deliverables: an **audit report** (narrative, prioritized) and a **tracking plan** (structured, one row per event). It covers tag correctness, consent/privacy compliance across major jurisdictions, and detection of suspicious or malicious trackers.
## When to use this skill
Trigger this skill for any of the following, even when the wording is casual:
- "Can you check if my analytics is working?"
- "My GA4 events aren't showing up" / "GTM doesn't seem to fire"
- "Review my tracking setup"
- "Audit this website's tags" / "QA the pixels"
- "Build a tracking plan from what's on this site"
- "Is this site GDPR compliant from a tracking perspective?"
- "What's tracking me on this site?"
If the user gives a URL plus anything about analytics, pixels, tags, events, dataLayer, consent, or a specific vendor (GA4, GTM, Adobe, Mixpanel, PostHog, Segment, Meta Pixel, etc.) — use this skill.
## The two modes
The skill has a **manual mode** and an **automated mode**, and they complement each other. Pick based on what the user wants and what the environment allows.
**Manual mode** — give the user a step-by-step DevTools checklist they run themselves. Use when:
- The user is walking through the audit live, learning, or wants to verify in their own browser
- The site is behind auth/VPN and the automated script can't reach it
- The user explicitly says "walk me th