mcpbeat

Design Review

plugin87/design-review

Review or audit a design/UI across 6 weighted dimensions with Nielsen's 10 heuristics and a prioritized findings table. Use when the user wants a design critique, quality score, heuristic evaluation, or audit of an existing screen, page, or product before/after build.

302 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
482
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/plugin87/ux-ui-agent-skills --skill design-review

The instruction itself

3 sections, as written by the author

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; use scripts/contrast.py for 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.

How to use it

Copy the folder

Take plugin87/design-review from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.