What problem does it solve? Web accessibility violations expose products to legal risk under ADA and Section 508, yet WCAG 2.2 contains dozens of success criteria that are hard to audit systematically. This Skill provides a structured audit workflow with per-criterion checklists, automated testing setup, and concrete code fixes. ## Core Features & Use Cases - Criterion-by-criterion checklists: Covers all four POUR principles (Perceivable, Operable, Understandable, Robust) with Level A and AA checkpoints, including WCAG 2.2 additions like Focus Not Obscured. - Automated testing integration: Provides axe-core, Playwright, pa11y, and Lighthouse configurations to catch the 30-50% of issues detectable by tooling. - Remediation patterns: Supplies before/after HTML, CSS, and JavaScript fixes for common violations such as missing form labels, insufficient color contrast, and keyboard-inaccessible widgets. - Use Case: When preparing a VPAT or responding to an accessibility complaint, run the automated audit, then walk the manual checklist to verify keyboard navigation, focus visibility, and screen reader compatibility, applying the provided remediation snippets for each violation found. ## Quick Start Audit this page for WCAG 2.2 Level AA conformance and list the violations with fixes.