What problem does it solve? Web interfaces often ship with accessibility barriers—missing alt text, low contrast, keyboard traps, unlabeled forms—that block users with disabilities and create legal compliance risk. This Skill provides a structured WCAG 2.2 audit workflow and copy-paste-ready fixes so issues are found and resolved systematically. ## Core Features & Use Cases - Evidence-led audits: Run Lighthouse or axe accessibility audits, inspect the rendered accessibility tree, and localize failures to specific components instead of guessing. - WCAG 2.2 coverage by POUR principle: Concrete HTML/CSS/JS guidance for Perceivable, Operable, Understandable, and Robust criteria, including the new 2.2 rules like target size, dragging movements, and accessible authentication. - Ready-made patterns: Reference files provide modal focus traps, skip links, ARIA tabs, live regions, error handling, and screen reader command cheat sheets. - Use Case: A developer is told their checkout flow fails an a11y review. They run a Lighthouse audit, find unlabeled form fields and a keyboard trap in the modal, then apply the form-label and focus-trap patterns to fix both before release. ## Quick Start Audit this page for WCAG 2.2 accessibility issues and fix the failing components.