a11y-auditlisted
Install: claude install-skill kylane/a11y-audit
# Accessibility Audit Skill
A guided WCAG 2.2 AA accessibility audit. The user opens a browser, navigates to the exact page or state they want tested (including logging in, opening dialogs, triggering specific states), and says ready. Claude then runs the selected tests and reports findings. Multiple pages and states can be audited in one session — findings accumulate into a single report.
Works with any web framework or tech stack. Auto-detects project structure where possible; asks when it cannot.
---
## Skill Invocation
```
/a11y-audit [label] [flags]
```
The label (optional) is a short name for what's being audited — used in the report and screenshots. If omitted, the short URL (e.g. `myapp.com/dashboard`) is used automatically once you navigate there.
**Examples:**
```
/a11y-audit --check # verify environment and get a suggested command
/a11y-audit --wizard # guided setup — Claude walks you through everything
/a11y-audit # URL will be used as the label automatically
/a11y-audit "sign-up form" # label provided
/a11y-audit "settings page" --code # axe scan only
/a11y-audit "contact form" --fix # all tests + auto-fix
/a11y-audit "navigation menu" --visual # all tests + visual review per fix
/a11y-audit "profile page" --static --code # source analysis + axe
/a11y-audit "main nav" --report # all tests + CSV exp