What problem does it solve?
The design-review Skill performs comprehensive frontend visual audits by collecting screenshots, DOM structure, CSS sources, and computed styles, then analyzing them across multiple design lenses to produce prioritized, actionable fixes for spacing, typography, responsiveness, hierarchy, accessibility, and component consistency.
Core Features & Use Cases
- Multi-viewport capture: full-page screenshots at desktop (1440px), tablet (768px), and mobile (375px), with optional dark-mode capture.
- Deep code & computed-style analysis: reads CSS source and extracts computed styles and DOM structure to detect mismatches between intended and rendered design.
- Six parallel analysis passes: runs concurrent agents focusing on spacing, typography, responsive behavior, visual hierarchy, accessibility (WCAG checks), and component consistency and returns JSON-formatted, file-specific fixes.
- Automated fixes workflow: can optionally apply high-priority CSS/HTML fixes, rebuild, and verify changes with new screenshots.
- Use Case: audit a dev-server page to get a prioritized remediation plan before shipping a design update.
Quick Start
Use the design-review skill to audit http://localhost:3000 and produce a prioritized list of actionable CSS and HTML fixes.