What problem does it solve? Web interfaces often exclude users with disabilities due to missing alt text, poor keyboard support, low contrast, and incorrect ARIA usage. This Skill provides concrete WCAG 2.2 guidance and copy-paste-ready code patterns to find and fix these issues. ## Core Features & Use Cases - WCAG 2.2 Coverage: Organized by the POUR principles (Perceivable, Operable, Understandable, Robust) with Level A/AA/AA criteria, including the nine criteria new in 2.2 such as Target Size, Dragging Movements, and Accessible Authentication. - Ready-Made Code Patterns: Reference implementations for modal focus traps, skip links, form labels, error announcements, ARIA tabs, live regions, and dragging alternatives. - Testing Guidance: Automated audit commands (Lighthouse, axe-core) plus a manual checklist covering keyboard navigation, screen readers, zoom, and reduced motion. - Use Case: Before launching a React dashboard, ask for an accessibility audit to identify missing form labels, insufficient contrast ratios, and keyboard traps, then apply the provided patterns to fix them. ## Quick Start Audit this page's HTML for WCAG 2.2 accessibility issues and suggest fixes for any violations found.