design-review

Audit live interface design quality and produce atomic fixes with before/after validation.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/makyua-san/usecase-agent --skill design-review-makyua-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-review
Source: https://github.com/makyua-san/usecase-agent/tree/main/.claude/skills/design-review
Command: npx skills add https://github.com/makyua-san/usecase-agent --skill design-review-makyua-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Visual inconsistencies, spacing issues, and poor visual hierarchy slow down user interfaces. This Skill spots these problems and guides iterative fixes, with atomic commits and before/after verification to ensure polish before release. For plan-mode design review (before implementation), use /plan-design-review.

Core Features & Use Cases

  • Visual QA for layout, typography, spacing, and interactions.
  • Atomic fixes with preview-friendly verification using before/after screenshots.
  • Plan-mode workflows for design audits before implementation and proactive polish suggestions.

Quick Start

Ask me to run a design-review on your current page to audit visuals and propose fixes.

Frequently Asked Questions about design-review

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

FAQPage Schema
How do I run a visual QA audit on my live frontend interface?

A visual QA audit evaluates typography, spacing, and visual hierarchy on live interfaces by analyzing DOM structure and CSS usage. It identifies visual inconsistencies and proposes iterative fixes with before/after verification to ensure UI polish.

What is plan-mode design review and when do I need it?

Plan-mode design review audits design quality and suggests proactive polish before implementation begins. You need it when evaluating prototypes or design systems to establish visual consistency guidelines before writing production code.

How do I fix spacing and typography issues and verify the changes?

Fix spacing and typography issues by applying atomic commits that isolate individual visual adjustments. The process generates before/after screenshots for preview-friendly verification, ensuring each layout change improves visual hierarchy without regressions.

Can I use this design review to check interaction timing and visual hierarchy?

Yes, you can use design review to check interaction timing and visual hierarchy on live sites. It evaluates CSS usage and DOM structure to assess interaction timing alongside visual polish, ensuring consistent user interface responses.

Does the visual QA process work with existing design systems and prototypes?

The visual QA process works with existing design systems and prototypes by auditing their visual consistency. It analyzes the applied CSS and DOM structure to spot deviations from design system standards and proposes corrective fixes.

What are the limitations of automated UI audits for visual polish?

Automated UI audits for visual polish are limited to analyzing DOM structure and CSS usage, meaning they cannot detect subjective aesthetic flaws or dynamic contextual errors. They excel at consistency checks but require human judgment for complex visual hierarchy adjustments.