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-6 not p-[24px])
  • Shadows use CSS variables (shadow-[var(--shadow-card)])
  • Border radius follows the scale (rounded-md, rounded-lg, rounded-2xl)
Related skills
Installs
17
GitHub Stars
347
First Seen
Apr 13, 2026