What problem does it solve? Manually checking websites for layout breakage, responsive failures, and accessibility issues across multiple viewports is slow and error-prone. This Skill automates visual inspection of running websites and applies fixes directly at the source code level. ## Core Features & Use Cases - Visual Inspection: Navigate pages, capture screenshots, and detect layout overflow, element overlap, contrast failures, and responsive breakpoints issues at mobile, tablet, desktop, and wide viewports. - Source-Level Fixes: Locate the responsible CSS, Tailwind, styled-components, or Vue scoped style files and apply minimal, pattern-consistent fixes. - Iterative Verification: Re-screenshot after each fix, run regression checks, and loop until issues are resolved, producing a structured review report. - Use Case: Point the Skill at your local Next.js dev server, and it will find that your card grid overflows on 375px screens, fix the grid classes in the component, and verify the result. ## Quick Start Review the design of my website running at http://localhost:3000 and fix any layout or responsive issues you find.