UX Audit
When to Use
Use this skill when you need audit screens for UX issues using Nielsen's heuristics and modern mobile UX best practices.
When NOT to use
- For accessibility-only issues → use
/ss-a11y
- For design system token/golden-rule compliance → use
/ss-review
- For copy/microcopy quality → use
/ss-copy
- For brand new screens that don't exist yet — design first with
/ss-page or /ss-flow
Target: $ARGUMENTS
Audit Framework
Nielsen's 10 Usability Heuristics
1. Visibility of System Status
2. Match Between System and Real World
3. User Control and Freedom
4. Consistency and Standards
5. Error Prevention
6. Recognition Rather Than Recall
7. Flexibility and Efficiency
8. Aesthetic and Minimalist Design
9. Help Users Recover from Errors
10. Help and Documentation
Mobile-Specific UX Checks
Touch & Gesture
Performance Perception
Safe Areas
Dark Pattern Prevention
Output Format
-
Score: A+ to F rating with breakdown
-
Critical Issues: Must fix (blocks usability)
-
Major Issues: Should fix (degrades experience)
-
Minor Issues: Nice to fix (polish)
-
Recommendations: Specific code changes for each issue
Limitations
- Use this skill only when the task clearly matches its upstream source and local project context.
- Verify commands, generated code, dependencies, credentials, and external service behavior before applying changes.
- Do not treat examples as a substitute for environment-specific tests, security review, or user approval for destructive or costly actions.