What problem does it solve? Web accessibility violations expose organizations to legal risk under ADA and Section 508 while excluding users with disabilities, yet auditing against WCAG 2.2 success criteria is complex and error-prone without a structured methodology. ## Core Features & Use Cases - Complete WCAG 2.2 Checklist: Covers all four POUR principles (Perceivable, Operable, Understandable, Robust) with Level A and AA success criteria organized as actionable checklists. - Automated Testing Integration: Provides axe-core, Playwright, pa11y, and Lighthouse configurations to detect violations programmatically in CI pipelines. - Remediation Patterns: Supplies before-and-after code fixes for common violations like missing form labels, insufficient color contrast, and keyboard-inaccessible widgets. - Use Case: When preparing a VPAT compliance report, run the axe-core audit script against your pages, then apply the remediation patterns to fix flagged contrast and labeling issues before manual verification. ## Quick Start Audit my website's homepage for WCAG 2.2 Level AA violations and suggest fixes for any issues found.