From master-claude
Review UI before you ship it, like a picky designer. Triggers on "review this UI / page / component", "does this look good / professional", "is this accessible", before merging frontend work, or after building any interface. Returns findings labeled blocker / major / minor with the fix — across visual hierarchy, spacing, contrast & a11y, responsive behavior, interaction states, and consistency with the design system.
How this skill is triggered — by the user, by Claude, or both
Slash command
/master-claude:fe-design-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
An unsentimental design pass over the UI. Output findings as **blocker / major / minor**, each with *where*
An unsentimental design pass over the UI. Output findings as blocker / major / minor, each with where (file or element) + a concrete fix, then a one-line verdict and the single first thing to fix.
Walk the ui-intel ladder top-down and stop pretending a spacing nit matters while a control is
keyboard-unreachable. Severity comes from the band, not from how much it bothers you:
| Band | 1 a11y | 2 touch/interaction | 3 perf | 4 style coherence | 5 layout/responsive | 6 type/colour | 7 motion | 8 forms | 9 nav | 10 charts |
|---|---|---|---|---|---|---|---|---|---|---|
| Floor | blocker | blocker | major | major | major | minor | minor | major | major | minor |
A band-1 miss is a blocker even if the page is gorgeous. A band-6 nit is a minor even if it offends you.
node <ui-intel>/uikit.mjs --domain ux-rules "<topic>" # the full rule + its anti-pattern
node <ui-intel>/uikit.mjs --contrast "#64748B" "#F1F5F9" # settle a contrast argument with a number
hover · focus · active · disabled · loading · empty · error all handled, not just the default?prefers-reduced-motion? loading isn't a lone spinner?Read the component + styles; if it runs, exercise it (the preview tools or a quick build) and inspect the rendered result + DOM for the contrast / a11y / state items rather than guessing. Tie every finding to a checklist item — no hand-waving — and lead with the highest-severity, highest-impact fix.
Check against the project's own system, not your taste. If .mc/design/MASTER.md exists, it — plus any
pages/<page>.md override — is the baseline. A deviation from MASTER is a finding; disagreeing with MASTER is
a conversation to have with the human, not a finding to file.
The frontend sibling of cap-self-review. Uses ui-intel's ladder for severity and fe-design-system /
.mc/design/MASTER.md as the consistency baseline; hands deep a11y work to fe-a11y and slowness to
fe-perf. Credits: WCAG, the WAI-ARIA APG, shadcn/Radix accessibility patterns.
npx claudepluginhub aturzone/masterclaudeGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.