skills/metrics-review/SKILL.md
--- name: metrics-review description: Review analytics implementation and data quality for a feature. Covers event taxonomy, data accuracy, instrumentation gaps, and dashboard effectiveness. Triggers: "metrics review", "analytics review", "data quality", "instrumentation check", "are we tracking this right". argument-hint: "[feature / event / dashboard]" effort: medium --- # Metrics review ## What I'll do Audit the analytics instrumentation for a feature to ensure data is accurate, complete, a
npx skillsauth add OmexIT/claude-skills-pack skills/metrics-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Audit the analytics instrumentation for a feature to ensure data is accurate, complete, and actually useful for decision-making.
user_signed_up, report_exported). Inconsistent naming makes data analysis painful and error-prone.button_clicked {location: "header", action: "save"} beats header_save_button_clicked./experiment-design (instrumentation for experiments), feature launch/experiment-design (data quality), /go-to-market (launch metrics)/monitoring-plan (operational metrics vs product metrics)Fill templates/metrics-review.md.
After completing this skill, store reusable insights in memory:
produces:
- type: "metrics-review"
format: "markdown"
path: "claudedocs/<feature>-metrics-review.md"
sections: [event_taxonomy, instrumentation, data_quality, dashboards]
handoff: "Write claudedocs/handoff-metrics-review-<timestamp>.yaml — suggest: experiment-design"
tools
Use this skill to verify a completed implementation through live testing — API calls, database state checks, and UI automation with Playwright. Triggers include: "test the implementation", "verify this works", "run API tests", "check the database", "test the UI", "end-to-end verify", "smoke test", "sanity check the implementation", "manually test", or any time an implementation needs post-build validation beyond unit tests. Also triggered automatically by spec-to-impl during the integration review phase. Use this when you want real evidence the system works — not just that tests compile. Can consume a pre-generated e2e/test-plan.yaml from spec-to-impl for fully automated test execution.
development
--- name: ux-review description: Evaluate a UI/UX design or implementation using heuristic analysis, accessibility audit, and cognitive walkthrough. Triggers: "UX review", "usability review", "heuristic evaluation", "accessibility audit", "is this usable". argument-hint: "[feature / screen / URL / mockup]" effort: high --- # UX review ## What I'll do Evaluate a design or implementation for usability, accessibility, and user experience quality using established heuristic frameworks. ## Inputs
development
--- name: user-flow description: Map user journeys through a feature or product, identifying key paths, decision points, friction, error states, and edge cases. Triggers: "user flow", "user journey", "flow diagram", "happy path", "user path". argument-hint: "[feature / user goal]" effort: medium --- # User flow ## What I'll do Map the complete user journey for a feature — from entry point through completion — including happy paths, error states, edge cases, and decision points. > **user-flow
development
Use this skill to produce complete UI/UX design artifacts from a specification document or panel analysis. Triggers include: "design the UI for this spec", "create wireframes", "design this panel", "UX design from spec", "generate component specs", "design tokens", "create the UI design for", "design system for", "wireframe this feature", "design a UI", "create a design system", "design this component", "design the layout", "create a style guide", "design a screen", "UI/UX review", "typography system", "color system", "spacing system", "design this feature", "design the dashboard", "design the onboarding", "create a component library", "design review", "audit the design", "improve the UI", "redesign this", "design system documentation", "create design guidelines", "responsive design", "mobile design", "dark mode design", "design the brand", or any time a spec/panel analysis document needs to be transformed into actionable UI/UX deliverables before implementation. Also triggers for standalone design system creation, component design, design reviews, dark mode/responsive variants, and developer handoff — even before code is involved. Orchestrates a multi-agent design team (UX Lead, UI Designer, Component Architect, Accessibility Reviewer, Design System Engineer, Design Reviewer) in parallel waves. Outputs feed directly into spec-to-impl's FE agent and figma-to-code.