What problem does it solve? Web interfaces often ship with accessibility defects—missing labels, broken keyboard navigation, poor contrast, or motion that harms sensitive users—that block people using assistive technologies and create compliance risk. This Skill provides a structured audit workflow to find and fix those issues against WCAG 2.2 AA. ## Core Features & Use Cases - Semantic and ARIA Review: Inspect landmarks, heading order, labels, accessible names, and status messages, preferring native HTML over ARIA. - Keyboard and Focus Testing: Verify complete keyboard operation, focus order, visible focus indicators, skip navigation, and modal focus containment. - Visual and Motion Checks: Check contrast, zoom/reflow, touch target size, reduced-motion support, and flashing or autoplay hazards. - Use Case: Before launching a Next.js marketing site, run the audit to confirm forms announce errors to screen readers, modals trap and restore focus correctly, and all interactive elements meet contrast and target-size requirements. ## Quick Start Audit this page for WCAG 2.2 AA accessibility issues and report the findings with recommended fixes.