What problem does it solve? Web interfaces frequently ship with accessibility failures β keyboard traps, missing labels, low contrast, ARIA misuse β that block users relying on assistive technology. This Skill provides a structured WCAG 2.2 audit workflow that catches these issues systematically instead of relying on ad-hoc manual checks. ## Core Features & Use Cases - Phased Audit Workflow: Runs automated checks (axe-core CLI, ripgrep pattern scans) first, then guides manual keyboard walkthroughs, ARIA review, contrast verification, reduced-motion checks, and form association audits. - Severity-Mapped Reporting: Classifies findings as Blocker, Major, Minor, or Pass with WCAG criterion numbers, file:line references, and concrete fixes in a ready-to-use report template. - Use Case: Before launching a checkout flow, run the audit to verify focus trapping in modals, label associations on payment form fields, and 4.5:1 text contrast β then hand developers a prioritized fix list mapped to WCAG success criteria. ## Quick Start Audit the login page and checkout components for WCAG 2.2 AA compliance and report all keyboard, ARIA, and contrast issues with fixes.