What problem does it solve? Web projects often ship with accessibility violations that block keyboard and screen reader users and create legal exposure under ADA Title II, EAA, and Section 508. This Skill performs a deep, criterion-mapped WCAG 2.2 audit of your codebase and produces scored findings with concrete fixes. ## Core Features & Use Cases - Ten-dimension audit (A1-A10): Covers semantic HTML, keyboard navigation, ARIA patterns, color contrast, forms, images/media, responsive/zoom, motion, reading/content, and legal compliance, with critical gates on keyboard (A2) and contrast (A4). - WCAG criterion mapping and legal risk assessment: Every finding maps to a specific WCAG 2.2 success criterion and severity, with a compliance summary for ADA Title II, EAA, and Section 508. - Fix generation and backlog persistence: The --fix flag generates before/after code fixes for CRITICAL and HIGH findings, and --persist-backlog records them for tracking. - Use Case: Before a public launch, run a full audit with --standard AA --legal ada to get a scored report, identify keyboard traps and contrast failures, and auto-generate fixes for the critical findings. ## Quick Start Ask the AI to run a WCAG 2.2 AA accessibility audit on your project with the a11y-audit skill, for example: audit the src/components directory and generate fixes for critical findings.