accessibility-audit
Installation
SKILL.md
Accessibility Audit Skill
Run comprehensive accessibility audits on web projects using axe-core (runtime browser scanning) and eslint-plugin-jsx-a11y (static analysis). Configurable scan modes let you choose the right level of depth for your needs.
Triggers
- User says "run accessibility scan", "a11y audit", "check accessibility", "WCAG compliance"
- User references "/accessibility" or "/a11y"
Configuration
The skill supports three configurable modes. Ask the user which mode they prefer if not specified:
runtime— Browser-based axe-core scan (default)- Injects axe-core into running pages via browser automation
- Tests against WCAG 2.1 Level AA (wcag2a, wcag2aa, wcag21a, wcag21aa) + best practices
- Scans multiple pages if a sitemap or route list is available
- Reports violations with impact level, affected elements, and fix recommendations