What problem does it solve? Manually reviewing a website for visual inconsistencies, spacing problems, weak typography, and accessibility issues is slow and subjective. This Skill performs a systematic designer-grade audit of a live site, then fixes the issues it finds directly in source code, committing each fix atomically and verifying with before/after screenshots. ## Core Features & Use Cases - Structured Design Audit: Evaluates pages against a 10-category, ~80-item checklist covering visual hierarchy, typography, color contrast, spacing, and interaction quality, producing a graded report. - Iterative Fix-and-Verify Loop: Fixes identified issues in source code one at a time, commits each fix atomically, and re-verifies with before/after screenshots. - Multiple Review Modes: Supports full, quick, deep, diff-aware (feature-branch scoped), and regression modes that compare against a previous design baseline. - Use Case: Before launching a marketing site, run a deep design review to catch undersized touch targets, inconsistent heading scales, and WCAG contrast failures, then have each issue fixed and committed automatically. ## Quick Start Ask the AI to run a design review on your local dev site at http://localhost:3000 and fix any visual issues it finds.