From mixpanel-analytics
Review MixPanel tracking implementations using the mixpanel-analytics Skill.
npx claudepluginhub diversioteam/agent-skills-marketplace --plugin mixpanel-analyticsRun 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...
/reviewReviews staged changes or recent commits across five axes—correctness, readability, architecture, security, performance—producing categorized findings with file:line references and fixes.
/reviewRuns Codex code review on local git state (working tree or vs base branch). Supports --wait/--background, --base <ref>, --scope auto|working-tree|branch.
/reviewOrchestrates multi-LLM code review across Codex, Gemini, Claude, Perplexity, and others; checks provider availability and posts inline PR comments.
/reviewReviews HTML file for design anti-patterns, principles violations, and accessibility issues. Generates markdown report with status tables and recommendations.
/reviewReviews specified code scope via four specialists (quality, security, performance, architecture), producing summary, detailed findings, refactoring suggestions, prioritized action plan.
/reviewDispatches the reviewer agent to review current branch code changes against code quality principles.
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.