What problem does it solve?
The a11y Skill identifies accessibility failures that make parts of your UI unusable for keyboard users and assistive technology, then guides you to fix them in a prioritized, verifiable way.
Core Features & Use Cases
- Programmatic WCAG scanning with axe-core: scans each page for WCAG 2.x and best-practice violations and outputs a structured JSON report plus a full-page screenshot.
- Keyboard navigation and focus verification: checks tab order, presence of a skip link, focus visibility, accessible names, and tap target sizing (with a dedicated keyboard traversal plus screenshot).
- Screen-by-screen prioritized repair loop: groups findings by impact (critical to minor), recommends fix ordering (semantic structure, names/labels, ARIA correctness, focus, motion, and tap targets), and re-scans after changes to confirm improvements.
Quick Start
Run an accessibility scan for your app’s home page by visiting http://localhost:3000 with your dev server running and using the provided a11y scan command to generate the axe JSON report and screenshot.