What problem does it solve? Web interfaces often fail users with disabilities due to missing alt text, poor keyboard support, low contrast, and incorrect ARIA usage. This Skill provides a structured WCAG 2.2 audit framework with copy-paste-ready code patterns to find and fix accessibility issues. ## Core Features & Use Cases - WCAG 2.2 Audit Guidance: Covers all four POUR principles (Perceivable, Operable, Understandable, Robust) with conformance levels A, AA, and AAA, including the new 2.2 criteria like target size, dragging movements, and accessible authentication. - Ready-to-Use Code Patterns: Reference implementations for modal focus traps, skip links, form labels, error handling, ARIA tabs, live regions, and dragging alternatives. - Testing Checklists: Automated testing commands (Lighthouse, axe-core) plus manual checklists for keyboard navigation, screen readers, zoom, and reduced motion. - Use Case: Before launching a React app, run an accessibility audit to catch critical issues like missing form labels, keyboard traps, and insufficient color contrast, then apply the provided patterns to fix them. ## Quick Start Audit this page for WCAG 2.2 accessibility issues and suggest fixes for any keyboard navigation and contrast problems.