Skip to content
Development
Skill

/design-review

7-phase frontend design review with accessibility (WCAG 2.1 AA), responsive testing, visual polish. Use for PR reviews, UI audits, or encountering contrast issues, broken layouts, accessibility violations, inconsistent spacing, missing focus states.

From plugin
secondsky-claude-skills
219183 skills42 agents62 commands2 MCP
Install
$ npx -y skills add secondsky/claude-skills --skill design-review --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/design-review

Context preview

The summary Claude sees to decide when to auto-load this skill.

7-phase frontend design review with accessibility (WCAG 2.1 AA), responsive testing, visual polish. Use for PR reviews, UI audits, or encountering contrast issues, broken layouts, accessibility violations, inconsistent spacing, missing focus states.

SKILL.md

design-review.SKILL.md
name: design-review
description: "7-phase frontend design review with accessibility (WCAG 2.1 AA), responsive testing, visual polish. Use for PR reviews, UI audits, or encountering contrast issues, broken layouts, accessibility violations, inconsistent spacing, missing focus states."

metadata:
  keywords:
    - design review
    - UI audit
    - frontend review
    - accessibility audit
    - WCAG compliance
    - responsive design
    - visual QA
    - UX review
    - component review
    - PR design check
    - layout issues
    - accessibility violations
    - contrast problems
    - broken responsive
    - interaction bugs
    - keyboard navigation
    - focus states
    - design system compliance
    - visual consistency
    - user experience

license: MIT
allowed-tools:
  - Read
  - Grep
  - Glob
  - Bash

Design Review Skill

**Status**: Production Ready ✅ **Last Updated**: 2025-11-20 **Dependencies**: Playwright MCP or Chrome DevTools **Methodology**: 7-phase systematic review (inspired by Stripe, Airbnb, Linear)

---

Quick Start

1. Prerequisites Check

Before starting a design review, verify browser automation tools are available:

**Option A: Playwright MCP** (recommended for interactive testing)

  • See the `playwright-testing` skill for Playwright setup
  • Provides browser automation, screenshots, viewport testing, console monitoring

**Option B: Puppeteer CLI** (alternative for screenshots and performance)

  • Install Puppeteer directly via `npm install -g puppeteer`
  • Provides screenshot capture, performance analysis, network monitoring

For complete browser tools reference, see [references/browser-tools-reference.md](references/browser-tools-reference.md).

2. Understand the Review Scope

**For PR reviews:**

# Analyze git diff to understand scope
git diff --name-only origin/main...HEAD

# Read PR description for context

**For general UI reviews:** Simply provide the preview URL and component/page description.

3. Execute 7-Phase Review

Follow the systematic checklist below. Each phase has specific objectives and testing procedures.

---

The 7-Phase Review Methodology

Phase 0: Preparation

**Objective:** Understand context and set up testing environment.

**Steps:** 1. **Read PR description** or review request to understand:

  • Motivation for changes
  • Scope of implementation
  • Testing notes from developer
  • Expected behavior

2. **Analyze code diff** (if PR available):

   git diff origin/main...HEAD

Identify modified files (components, styles, tests)

3. **Set up live preview environment:**

  • Navigate to preview URL using browser tools
  • Set initial viewport: 1440x900 (desktop)
  • Take baseline screenshot for reference

4. **Review design principles** (if project has custom guidelines):

  • Check project CLAUDE.md for design standards
  • Review component library documentation
  • Note design system tokens and patterns

**When to skip:** For quick component reviews without git context.

---

Phase 1: Interaction & User Flow

**Objective:** Verify the interactive experience works as expected.

**For complete interaction guide**: Load `references/interaction-patterns.md` when testing interactive states, forms, buttons, navigation flows, micro-interactions, modals, or keyboard navigation.

**Quick checklist:**

  • Test 5 interactive states (default, hover, active, focus, disabled) for all elements
  • Execute primary user flow (form submission, navigation, key actions)
  • Verify destructive actions have confirmation dialogs
  • Assess perceived performance (loading states, optimistic UI)

**Triage:** [Blocker] Critical flow broken | [High] Poor UX/missing focus states | [Medium] Missing polish | [Nitpick] Minor timing issues

---

Phase 2: Responsiveness Testing

**Objective:** Ensure design works across all viewport sizes.

**For complete responsive guide**: Load `references/responsive-testing.md` when testing viewports, touch targets, mobile navigation, image responsiveness, or debugging horizontal scrolling.

**Test 3 viewports:**

  • **Desktop (1440px)**: Optimal layout, full feature set
  • **Tablet (768px)**: Graceful adaptation, 44×44px touch targets, collapsing nav
  • **Mobile (375px)**: No horizontal scroll, 16px min text, mobile-friendly navigation

**Quick testing:**

mcp__playwright__browser_resize(width: 1440, height: 900)  # Desktop
mcp__playwright__browser_resize(width: 768, height: 1024)  # Tablet
mcp__playwright__browser_resize(width: 375, height: 667)   # Mobile
mcp__playwright__browser_take_screenshot(fullPage: true)

**Triage:** [Blocker] Layout broken | [High] Horizontal scroll/overlapping | [Medium] Suboptimal spacing | [Nitpick] Minor inconsistencies

---

Phase 3: Visual Polish

**Objective:** Assess aesthetic quality and visual consistency.

**For design principles guide**: Load `references/visual-polish.md` when evaluating typography hierarchy, spacing/layout, color palette, alignment/grid, visual hierarchy, image quality, or S-Tier design standards.

**Quick evaluation (5 criteria):** 1. **Layout & spacing**: Grid alignment, 8px scale, design tokens (no magic numbers like 17px) 2. **Typography**: Clear H1>H2>H3 hierarchy, 1.5-1.7 line height, limited font weights 3. **Color**: Design system tokens, semantic usage (red=error, green=success), consistent brand 4. **Images**: High-res (no pixelation), correct aspect ratios, optimized sizes, alt text 5. **Visual hierarchy**: Primary actions stand out, eye flows naturally, strategic whitespace

**Triage:** [Blocker] Illegible text/broken images | [High] Obvious inconsistencies | [Medium] Spacing/alignment issues | [Nitpick] Aesthetic preferences

---

Phase 4: Accessibility (WCAG 2.1 AA)

**Objective:** Ensure inclusive design for all users.

**For complete WCAG 2.1 AA checklist**: Load `references/accessibility-wcag.md` when verifying WCAG compliance, testing keyboard navigation, checking color contrast

Read more
Ships withsecondsky-claude-skills

145 production-ready skills for Claude Code CLI 🔌 Platform / Harness Support These plugins ship as Claude Code marketplace plugins (.claude-plugin/ manifests) and Codex CLI plugins (.codex-plugin/ manifests).

Get the whole plugin

Other skills on secondsky-claude-skills.