What problem does it solve? Accessibility issues like insufficient contrast, missing keyboard navigation, and broken screen-reader semantics often slip into UI code unnoticed. This Skill audits interfaces against WCAG 2.2 and ARIA patterns, returning criterion-referenced findings with severity levels and concrete fixes instead of vague warnings. ## Core Features & Use Cases - WCAG 2.2 Compliance Audit: Evaluates components against POUR-organized criteria including newer rules like Focus Not Obscured (2.4.11), Target Size (2.5.8), and Accessible Authentication (3.3.8). - Measured Contrast Verification: Runs render-based scripts to measure actual contrast ratios for every text element and interactive state (default, hover, focus) rather than estimating by eye. - Severity-Ranked Findings: Outputs a findings table mapping each issue to a WCAG criterion, a P0/P1/P2 severity, and a specific fix. - Use Case: Before shipping a new checkout form, run an audit to confirm keyboard navigability, visible focus indicators, 4.5:1 text contrast, and proper ARIA name/role/state for screen readers. ## Quick Start Audit this checkout form component for WCAG 2.2 AA compliance and report any contrast, keyboard, or screen-reader issues with fixes.