What problem does it solve? Live websites accumulate visual inconsistencies, spacing problems, hierarchy issues, and generic AI-generated patterns that manual review often misses. This Skill performs a designer's-eye 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 - Visual QA Audit: Reviews live pages for typography, spacing, visual hierarchy, AI slop patterns, and slow interactions using a headless browser. - Iterative Fix Loop: Fixes each issue in source code, commits atomically, and re-verifies with before/after screenshots. - Diff-Aware Mode: On a feature branch with no URL given, automatically scopes the review to changed pages. - Design System Calibration: Reads DESIGN.md when present so deviations from the project's stated design system are flagged at higher severity. - Use Case: Before shipping a new settings page, run the review against localhost to catch misaligned gutters, inconsistent heading scales, and sluggish interactions, then get each fix as its own commit. ## Quick Start Ask the assistant to run a design review on http://localhost:3000 and fix any visual issues it finds.