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 audit framework with copy-paste-ready code patterns to find and fix accessibility issues. ## Core Features & Use Cases - WCAG 2.2 Coverage: Organized by the POUR principles (Perceivable, Operable, Understandable, Robust) with all new 2.2 criteria like 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, and live regions. - Testing Guidance: Automated testing commands (Lighthouse, axe-core) plus a manual checklist covering keyboard navigation, screen readers, zoom, and reduced motion. - Use Case: Before launching a new checkout flow, run an a11y audit to verify form labels, error handling, focus visibility, and 24x24px minimum target sizes, then apply the provided patterns to fix violations. ## Quick Start Audit this page for WCAG 2.2 accessibility issues and suggest fixes for any violations found.