design-review
Installation
SKILL.md
Skill: Design Review
Run a structured, scored review.
Steps
- Read
workflows/design-review.md(rubric, scoring guide, Nielsen heuristics, process). - Gather context: the screen(s)/flow, target users, platform, constraints.
- Score the 6 dimensions (Visual Hierarchy 20%, Consistency 20%, Accessibility 20%, Usability 20%, Responsiveness 10%, Performance 10%); compute the weighted overall.
- Run the accessibility lens with
accessibility/wcag-checklist.md; usescripts/contrast.pyfor any color-pair doubts. - Check against the anti-slop tells in
taste/design-taste.md(Banned Defaults checklist). - Apply Nielsen's 10 heuristics; flag violations by number.
Output
- The 6-dimension scored table + overall score.
- A prioritized findings table: # · Severity (Critical → Major → Minor → Enhancement) · Finding · Recommendation.
- Concrete, token-referenced fixes.