What problem does it solve? Web interfaces often exclude users with disabilities due to missing alt text, poor color contrast, keyboard traps, 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 Framework: Covers all 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: Provides markup and JavaScript for modal focus traps, skip links, form labels, error announcements, ARIA tabs, and live regions. - Testing Guidance: Includes automated testing commands (Lighthouse, axe-core) and a manual checklist covering keyboard navigation, screen readers, zoom, and reduced motion. - Use Case: Before launching a new web page, run an accessibility audit to catch critical issues like missing form labels, insufficient contrast, and keyboard traps, then apply the provided patterns to fix them. ## Quick Start Audit my web page for WCAG 2.2 accessibility issues and suggest fixes for any violations found.