| name | ss-review |
| description | Review UI code for design system compliance, accessibility, and best practices |
| argument-hint | [file-path] |
| allowed-tools | Read, Grep, Glob |
UI Design Review
When NOT to use
- For accessibility-only issues → use
/ss-a11y
- For Nielsen UX heuristics → use
/ss-audit
- For a quick automated check → use
/ss-lint
- For non-UI code (data fetching, business rules)
Review the file: $ARGUMENTS
Checklist
1. Design Token Compliance
2. Component Conventions
3. Accessibility (a11y)
4. Mobile Best Practices
5. Performance
6. Typography
7. Spacing Consistency
Output Format
Provide:
- Score: Pass / Needs Improvement / Fail
- Issues: List each violation with file:line reference
- Fixes: Concrete code changes for each issue