a11y-audit
Installation
SKILL.md
Accessibility Audit
Workflow
- Detect framework from
package.json(React, Vue, Svelte) - Run static analysis -- grep JSX/TSX/HTML files for violations using the checklist below
- If dev server is running, optionally run axe-core CLI:
npx @axe-core/cli@4 http://localhost:3000 - Report findings grouped by severity
WCAG Checklist
Level A -- Critical (blocks assistive technology users)
Images:
- Every
<img>hasalt; decorative images usealt="" - Complex images (charts, diagrams) have detailed
altor linked description