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 WCAG 2.2-based guidance to audit and fix accessibility issues across HTML, CSS, and JavaScript. ## Core Features & Use Cases - WCAG 2.2 Coverage: Organized by the POUR principles (Perceivable, Operable, Understandable, Robust) with conformance levels A, AA, and AAA, including all new 2.2 criteria like target size, dragging movements, and accessible authentication. - Copy-Paste Code Patterns: Ready-to-use implementations for modal focus traps, skip links, form labels, error handling, ARIA tabs, and live regions in the references directory. - Testing Guidance: Automated testing commands (Lighthouse, axe-core) plus a manual checklist covering keyboard navigation, screen readers, zoom, and reduced motion. - Use Case: When asked to perform an a11y audit on a page, the Skill walks through critical issues first (missing labels, alt text, contrast), then serious and moderate issues, with concrete before/after code fixes. ## Quick Start Audit this page for WCAG 2.2 accessibility issues and suggest fixes for keyboard navigation and color contrast.