What problem does it solve? Teams shipping web interfaces often miss accessibility defects that automated scanners cannot catch, such as broken keyboard flows, missing accessible names, and focus loss after async updates. This Skill provides a structured WCAG 2.2 review process combining automated checks with mandatory manual verification. ## Core Features & Use Cases - Layered Check Strategy: Combines axe-core scans, eslint-plugin-jsx-a11y linting, contrast validation, and required keyboard plus screen reader walkthroughs. - Decision Rubric and Checklist: Covers keyboard operability, semantics, accessible names, focus management, form errors, contrast, and reduced-motion support. - Use Case: Before releasing a new checkout form, run the automated scans in CI, then tab through the entire flow with a screen reader to confirm labels, error announcements, and focus restoration all work. ## Quick Start Review this page's login form for WCAG 2.2 accessibility issues including keyboard navigation, focus visibility, and error announcements.