From mixpanel-analytics
Review MixPanel tracking implementations using the mixpanel-analytics Skill.
How this command is triggered — by the user, by Claude, or both
Slash command
/mixpanel-analytics:reviewThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run your `mixpanel-analytics` Skill in **review** mode. Scope options (pass as argument): - `staged` - Review only staged changes (default) - `branch` - Review all changes on current branch vs release - `all` - Full audit of optimo_analytics module - `file:path` - Review specific file Focus on: - **PII Protection (P0)**: No names, emails, phone numbers in schemas. - **Event Registration (P1)**: Constants, schemas, and registry entries aligned. - **Schema Design (P1)**: UUIDs as strings, proper Field descriptions, correct model configs. - **Service Patterns (P1)**: Keyword-only args, tr...
Run your mixpanel-analytics Skill in review mode.
Scope options (pass as argument):
staged - Review only staged changes (default)branch - Review all changes on current branch vs releaseall - Full audit of optimo_analytics modulefile:path - Review specific fileFocus on:
Generate a structured review report with:
[P0], [P1], [P2], [P3]).ty (if configured), then pyright, then mypy.If issues found, suggest using /mixpanel-analytics:implement to fix them.
npx claudepluginhub diversioteam/agent-skills-marketplace --plugin mixpanel-analytics/reviewReviews code and analysis changes in data-science, ML, or bioinformatics projects with six specialized parallel agents, producing a prioritized Critical/Important/Minor/Nit report. Also supports grill and tripwires modes.
/tracking-planGenerates an analytics tracking plan from product specs and user journeys — produces event taxonomy, property schemas, funnel definitions, and SDK code snippets.
/reviewRuns a 12-angle code review with skeptical triage for P0/P1 findings, or renders a requirement-to-test traceability tree. Supports --deep for full triage and trace subcommand for impact analysis.
/analyticsDesigns event taxonomies and implements analytics tracking with Segment, Amplitude, PostHog, etc. Sets up funnels, A/B tests, data models, and privacy compliance. Outputs TS modules, configs, and docs. Supports platform, funnel, audit flags.
/full-reviewOrchestrates phased multi-dimensional code reviews across architecture, security, performance, testing, and best practices using subagents. Produces structured reports in .full-review/. Accepts target and optional flags.
/logging-reviewAnalyzes logging coverage, observability gaps, and monitoring setup in the codebase (scoped optionally by path, changes, or PR) and generates a markdown improvement plan report.