ss-review
Installation
SKILL.md
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
- No hardcoded hex colors (use semantic tokens:
text-foreground,bg-brand, etc.) - No hardcoded px spacing in Tailwind (use
p-6notp-[24px]) - Shadows use CSS variables (
shadow-[var(--shadow-card)]) - Border radius follows the scale (
rounded-md,rounded-lg,rounded-2xl)
Related skills
More from bitjaru/styleseed
ss-setup
Interactive setup wizard — guides you step-by-step to configure the design system for your project
18ss-audit
Audit screens for UX issues using Nielsen's heuristics and modern mobile UX best practices
18ss-a11y
Audit a component or page for accessibility issues and fix them
17ss-lint
Quick automated lint — detects common design system violations in seconds
17ss-update
Update StyleSeed engine in your project — analyzes what's outdated and updates safely
17ss-feedback
Add appropriate user feedback states (loading, success, error, empty) to a component or page
17