ui-review
Review UI code for design system compliance, accessibility, and best practices
UI Design Review
When to Use
Use this skill when you need review UI code for design system compliance, accessibility, and best practices.
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)
2. Component Conventions
- [ ] Uses
data-slotattribute - [ ] Uses
cn()for className merging - [ ] Props typed with
React.ComponentProps<> - [ ] Supports
classNameprop override - [ ] Named export (not default export for components)
- [ ] No wrapper components that only add a className
3. Accessibility (a11y)
- [ ] Touch targets >= 44x44px for interactive elements
- [ ]
focus-visiblestyles on all interactive elements - [ ] Proper
aria-*attributes where needed - [ ] Color contrast meets WCAG AA (4.5:1 for text, 3:1 for large text)
- [ ] Animations respect
prefers-reduced-motion - [ ] Images have
alttext - [ ] Form inputs
Subscribers only
The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.
Details
| Source | bitjaru/styleseed |
|---|---|
| License | MIT |
| Risk label | safe ("critical" means the skill may run commands or touch files — read before use) |
| Files | SKILL.md |
| Added | 2026-07-01 |
Related skills
accesslint-diff
Diff a live page's accessibility violations against a baseline — by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audit with no diffing.
accesslint-scan
Audit a live page for accessibility issues, locate each WCAG violation precisely, and return a selector-grounded fix worklist without editing.
accint-commitments
Triage acc's open promises and close them with honest real-world verdicts via acc_act(runtime="outcome").
accint-frames
Drain acc's deliberation queue — open/waiting brain_frames checkpointed by headless runs — via acc_act(runtime="continue").
accint-solve
Route a goal through acc's scored-memory loop via acc_act(runtime="solve"); deliberate any returned brain_frame and submit via continue.
ad-creative
Create, iterate, and scale paid ad creative for Google Ads, Meta, LinkedIn, TikTok, and similar platforms. Use when generating headlines, descriptions, primary text, or large sets of ad variations for testing and performance optimization.
