What problem does it solve? Web interfaces often exclude users with disabilities through missing alt text, poor contrast, keyboard traps, or broken screen reader support. This Skill provides a structured WCAG 2.2 audit workflow and copy-paste-ready fixes so you can find and resolve accessibility barriers 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: Guidance organized by the POUR principles, including the new 2.2 criteria such as target size, dragging movements, focus not obscured, and accessible authentication. - Ready-made patterns: Reference files include modal focus traps, skip links, ARIA tabs, live regions, form labels, and error handling markup. - Use Case: Before launching a checkout page, run an audit, discover that icon buttons lack accessible names and focus indicators are removed, then apply the provided patterns to fix both issues and re-verify. ## Quick Start Audit this page for WCAG 2.2 accessibility issues and fix the failing components.