design-review

Automate a 7-phase frontend design review for accessibility and responsive defects.

204|30|Updated Nov 8, 2025
One-click install
npx skills add https://github.com/secondsky/claude-skills --skill design-review-secondsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-review
Source: https://github.com/secondsky/claude-skills/tree/main/plugins/design-review/skills/design-review
Command: npx skills add https://github.com/secondsky/claude-skills --skill design-review-secondsky

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

A structured, repeatable frontend design review focusing on accessibility, responsiveness, visual polish, and overall UX quality.

Core Features & Use Cases

  • 7-phase workflow: Preparation, interaction, responsiveness, polish, accessibility, robustness, and code health.
  • Automation-friendly: Integrates with Playwright MCP or Chrome DevTools for automated checks.
  • Output guided: Clear hands-on steps and checklists for PR reviews and UI audits.

Quick Start

Start a design review session, load references, and run through the seven phases with automated tooling.

Frequently Asked Questions about design-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I conduct a systematic frontend design review for accessibility and responsiveness?

A frontend design review systematically evaluates UI across seven phases: preparation, interaction, responsiveness, polish, accessibility, robustness, and code health. This Skill automates the process using Playwright or Chrome DevTools to check contrast, layouts, focus states, spacing, and behavior across desktop, tablet, and mobile—satisfying WCAG 2.1 AA standards and catching accessibility issues before production.

Can I automate design reviews for pull requests and UI audits?

Yes. This Skill integrates with Playwright MCP or Chrome DevTools to automate PR reviews and UI audits, generating screenshots and structured reports. It runs through all seven phases with hands-on checklists, eliminating manual review gaps and ensuring consistent evaluation of responsive design and visual polish.

What does a 7-phase design review workflow cover?

The seven phases are preparation, interaction testing, responsiveness validation, visual polish assessment, accessibility compliance, robustness checks, and code health review. Together they identify contrast failures, broken layouts, missing focus states, spacing inconsistencies, and interactive behavior defects across all screen sizes.

Does this design review support WCAG accessibility checks?

Yes. The Skill includes automated WCAG 2.1 AA compliance checks as part of its accessibility phase, analyzing contrast, focus states, and interactive behavior to ensure your frontend meets technical accessibility requirements alongside responsive design and visual quality.

What tools do I need to run automated design reviews?

You need either Playwright MCP or Chrome DevTools to power the automated checks. The Skill handles the seven-phase workflow, generating screenshots and reports for desktop, tablet, and mobile scenarios without additional manual setup.

How do design tokens integrate into the review process?

Design tokens are referenced throughout the review to validate visual consistency—checking spacing, colors, typography, and interactive states against your defined token system. This ensures the UI adheres to design specifications alongside responsive and accessibility standards.