What problem does it solve? It identifies WCAG compliance violations and inclusive design barriers in codebases or live websites, producing structured audit reports that developers can act on directly. ## Core Features & Use Cases - Comprehensive WCAG Audits: Evaluates semantic HTML, ARIA implementation, keyboard navigation, color contrast, forms, alt text, and touch targets against WCAG 2.1/2.2 Levels A, AA, and AAA. - Visual Testing with Playwright MCP: Navigates live URLs, captures accessibility tree snapshots, tests keyboard flows, and measures rendered contrast with screenshot evidence. - Standardized Reports: Generates severity-ranked findings (A-001 format) with exact code locations, WCAG criterion references, and remediation code examples saved to /docs/accessibility/. - Use Case: Before a compliance certification, run an audit on your React app to find missing form labels, insufficient contrast ratios, and keyboard traps, then receive a prioritized remediation roadmap. ## Quick Start Audit this codebase for WCAG 2.2 Level AA compliance and generate a full accessibility report with remediation guidance.