What problem does it solve? Live sites accumulate visual inconsistencies, spacing problems, hierarchy issues, and AI-generated-looking patterns that erode user trust, and manually auditing every page is slow and subjective. This Skill performs a designer-grade visual QA pass on a running site, then fixes each issue in source code with atomic commits and before/after screenshot verification. ## Core Features & Use Cases - Systematic design audit: Visits 5-8 pages (or 10-15 in deep mode), captures screenshots, and grades typography, spacing, hierarchy, and interaction quality against a checklist calibrated to your DESIGN.md. - Iterative fix loop: Fixes each finding in source code, commits atomically, and re-verifies with before/after screenshots so every change is reviewable and revertible. - Diff-aware and regression modes: On a feature branch, scopes the audit to pages affected by your changes; with a prior baseline, compares grades to catch design regressions. - Use Case: Before launching a landing page redesign, run the audit on localhost to catch misaligned sections, inconsistent button styles, and slow interactions, then let it fix and commit each issue automatically. ## Quick Start Ask the assistant to run a design review on http://localhost:3000 and fix any visual issues it finds.