What problem does it solve?
Poor or inconsistent analytics tracking makes it impossible to measure onboarding, activation, and conversion accurately, blocking reliable product decisions.
Core Features & Use Cases
- SDK detection & configuration review: Identifies which analytics SDK is initialized (e.g., GA4, Mixpanel, PostHog, Segment, or custom) and where it’s configured.
- Event inventory & naming consistency checks: Enumerates tracked events across the codebase, captures key properties, and flags inconsistent naming conventions.
- Funnel completeness verification: Checks whether core funnel steps (signup, activation, purchase if applicable, retention) are instrumented end-to-end.
Use case: run the audit when launch-check shows analytics WARN/FAIL to pinpoint missing events (like a missing signup_complete) and missing dashboard/config documentation.
Quick Start
Run /analytics-audit with your project path to generate an analytics audit report covering SDK setup, event taxonomy, funnel completeness, and dashboard readiness.