What problem does it solve?
Manually auditing web pages for accessibility issues is time-consuming, error-prone, and often misses critical violations that exclude users with disabilities and expose organizations to legal compliance risks under WCAG, ADA, and Section 508.
Core Features & Use Cases
- Automated Scanning: Run fast, parseable accessibility audits using axe-core CLI, Lighthouse, or Playwright with axe-core injection to catch common WCAG 2.2 AA violations.
- Systematic Fix Workflow: Triage violations by severity, fix issues at the token/theme level to prevent recurrence, and re-run audits to confirm zero critical or serious issues.
- Manual Validation: Complete keyboard navigation walkthroughs, focus trap checks, zoom tests, and reduced motion validation to catch issues automated tools miss.
- Use Case: For a public-facing SaaS dashboard, use this skill to identify and fix contrast failures, missing alt text, and keyboard navigation gaps to meet compliance requirements before launch.
Quick Start
Use the a11y skill to run a full accessibility audit on the live staging site at https://staging.example.com and fix all critical and serious WCAG violations.