---
name: Design Review
slug: design-review-2
category: Frontend
description: "Design Review scores a UI across six weighted dimensions and Nielsen's heuristics, with prioritized findings and fixes. Use it to critique an existing screen, flow, or product before or after build."
github: "https://github.com/plugin87/ux-ui-agent-skills/tree/main/.claude/skills/design-review"
language: JavaScript
stars: 639
forks: 64
install: "npx degit https://github.com/plugin87/ux-ui-agent-skills/tree/main/.claude/skills/design-review ~/.claude/skills/design-review"
installs_to: ~/.claude/skills/design-review
source_path: .claude/skills/design-review/SKILL.md
collection_size: 17
category_size: 567
collection_url: "https://dirskills.com/collections/plugin87/ux-ui-agent-skills"
added: 2026-08-24T05:18:08.810Z
last_synced: 2026-08-24T05:18:08.810Z
canonical_url: "https://dirskills.com/skills/design-review-2"
---

# Design Review

Design Review scores a UI across six weighted dimensions and Nielsen's heuristics, with prioritized findings and fixes. Use it to critique an existing screen, flow, or product before or after build.

**Install:**

```bash
npx degit https://github.com/plugin87/ux-ui-agent-skills/tree/main/.claude/skills/design-review ~/.claude/skills/design-review
```

## README

# Skill: Design Review

Run a structured, scored review.

## Steps
1. Read `workflows/design-review.md` (rubric, scoring guide, Nielsen heuristics, process).
2. Gather context: the screen(s)/flow, target users, platform, constraints.
3. Score the 6 dimensions (Visual Hierarchy 20%, Consistency 20%, Accessibility 20%, Usability 20%, Responsiveness 10%, Performance 10%); compute the weighted overall.
4. Run the accessibility lens with `accessibility/wcag-checklist.md`; use `scripts/contrast.py` for any color-pair doubts.
5. Check against the anti-slop tells in `taste/design-taste.md` (Banned Defaults checklist).
6. 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.
