What problem does it solve? Formal accessibility compliance requires checking every WCAG 2.2 A/AA success criterion and documenting the result with evidence, which is slow and error-prone when done manually. This Skill systematizes the audit into a six-step workflow that produces a criterion-by-criterion conformance report. ## Core Features & Use Cases - Full WCAG 2.2 A/AA coverage: Assigns Pass, Fail, NT (Not Tested), or NA to every success criterion using a coverage matrix spanning automated, interactive, manual, and content checks. - Automated and interactive testing: Uses Playwright accessibility tree analysis plus the a11y-audit CLI (axe-core, reflow, zoom, focus indicator, target size, keyboard trap, and more) to detect violations with JSON and screenshot evidence. - Formal report generation: Produces a structured audit report with scope, summary tables, per-criterion verdicts, issue lists, and limitations, saved to a dated output directory. - Use Case: A compliance team needs to certify that https://example.com meets WCAG 2.2 AA before launch. The skill establishes a scope contract, runs automated and keyboard-interaction checks, flags items needing human judgment as NT, and delivers an evidence-backed conformance report. ## Quick Start Audit WCAG 2.2 AA conformance for https://example.com and generate a Pass/Fail/NT/NA report for every success criterion.