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 a structured WCAG 2.2 checklist and copy-paste-ready code patterns to find and fix these issues. ## Core Features & Use Cases - WCAG 2.2 Audit Guidance: Covers all four POUR principles with conformance levels A, AA, and AAA, including the nine criteria new in WCAG 2.2 such as target size, dragging movements, and accessible authentication. - Copy-Paste Code Patterns: Reference implementations for modal focus traps, skip links, form labels, error handling, ARIA tabs, live regions, and dragging alternatives. - Testing Workflow: Combines automated tools (Lighthouse, axe-core) with a manual checklist covering keyboard navigation, screen readers, zoom, and reduced motion. - Use Case: Before launching a React app, ask for an accessibility audit of your components to get concrete fixes for missing labels, focus indicators, and contrast violations. ## Quick Start Audit my web page for WCAG 2.2 accessibility issues and suggest fixes for keyboard navigation and screen reader support.