What problem does it solve? UI changes often look done in code but fail in the browser. This Skill provides a rigorous, skeptical visual verification process that confirms whether UI modifications actually achieved their goals, catching design system violations, accessibility gaps, and cross-browser inconsistencies before they ship. ## Core Features & Use Cases - Visual Regression & Diff Analysis: Detect pixel-level changes, layout shifts, and unintended side effects using tools like Chromatic, Percy, BackstopJS, and Playwright visual comparisons. - Design System Compliance: Verify component implementations against design tokens, typography scales, spacing systems, and brand guidelines. - Accessibility Verification: Assess WCAG 2.1/2.2 compliance including color contrast ratios, focus indicators, text scaling, and keyboard navigation visuals. - Use Case: After restyling a checkout button, use this Skill to confirm the new contrast ratio meets WCAG AA, the hover state renders correctly across browsers, and the responsive layout holds at mobile breakpoints. ## Quick Start Validate that the updated navigation menu collapses correctly at mobile breakpoints and meets accessibility contrast requirements.