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 concrete WCAG 2.2 guidance and 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 new 2.2 criteria like target size, focus not obscured, and accessible authentication. - Code-Level Fix Patterns: Provides before-and-after HTML, CSS, and JavaScript examples for alt text, focus states, keyboard handling, live regions, form labels, and error handling. - Testing Workflow: Includes automated testing commands (Lighthouse, axe-core) and a manual checklist covering keyboard navigation, screen readers, zoom, and reduced motion. - Use Case: When asked to run an a11y audit on a checkout page, the Skill guides identification of critical issues like missing form labels and low contrast, then supplies the exact markup to remediate them. ## Quick Start Audit this page for WCAG 2.2 accessibility issues and suggest fixes for any violations you find.