What problem does it solve? Web accessibility violations are hard to find and tedious to fix manually. This Skill automates WCAG 2.2 auditing across codebases, HTML files, and live web pages, then either produces a prioritized report or applies and verifies fixes directly. ## Core Features & Use Cases - Report mode: Sweep a codebase, directory, or URL and produce a prioritized accessibility report grouped by rule and severity, without editing any files. - Fix mode: Run an audit → edit → verify loop that applies mechanical fixes verbatim, leaves TODOs for contextual issues, and confirms violations are resolved. - Live-DOM auditing: Audits the rendered DOM via a debuggable Chrome instance (auto-launched headless if needed), catching issues static source analysis misses, with React source file/line attribution. - Use Case: Point it at your React app's dev-server URL to get a deduplicated list of critical contrast and ARIA violations with exact file:line pointers, then ask it to fix and verify them. ## Quick Start Ask the assistant to audit the accessibility of your components directory or a URL and produce a prioritized WCAG report.