What problem does it solve? Web interfaces often ship with accessibility barriers—missing alt text, low contrast, keyboard traps, unlabeled forms—that exclude users with disabilities and create legal compliance risk. This Skill provides a structured audit workflow and concrete fix patterns aligned with WCAG 2.2. ## Core Features & Use Cases - Evidence-led audits: Run Lighthouse or axe accessibility audits, inspect the rendered accessibility tree, and trace failures back to the responsible component instead of guessing. - WCAG 2.2 coverage: Organized guidance across the POUR principles, including the new 2.2 criteria such as Focus Not Obscured, Target Size, Dragging Movements, and Accessible Authentication. - Copy-paste fix patterns: Reference implementations for modal focus traps, skip links, form labels, error announcements, ARIA tabs, and live regions. - Use Case: A Lighthouse audit flags missing form labels and low contrast on your checkout page. Use this Skill to localize the failing components, apply the labeled-input and contrast fix patterns, then re-run the audit to verify. ## Quick Start Audit this page for WCAG 2.2 accessibility issues and fix the failing components.