Web a11y testing
Skill klovaaxel/web-a11y-agent-skills/skills/web-a11y-testing
Framework-agnostic web accessibility skills and Cursor subagents for AI coding agents.
npx -y skills add klovaaxel/web-a11y-agent-skills --skill web-a11y-testingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Validates accessibility with automated checks, keyboard walkthroughs, screen reader smoke tests, zoom/preference checks, and focused regression reporting. Use when verifying new UI or confirming fixes.
SKILL.md
1.4 KB, as published. Nobody here has run it
Web A11y Testing
Test Order
For repeatable smoke-check steps, see CHECKS.md.
- Automated scan for changed surfaces.
- Keyboard-only journey.
- Screen reader smoke pass.
- Zoom, reflow, reduced motion, and forced-colors checks where relevant.
Checklist
Testing checklist
- [ ] Automation run completed and findings triaged
- [ ] All controls reachable and operable by keyboard
- [ ] Focus order and focus visibility are logical
- [ ] Names, roles, states, and values are announced correctly
- [ ] Dynamic changes are announced or focus-managed
- [ ] Forms expose errors, hints, and recovery paths
- [ ] Images, SVG, media controls, captions/transcripts, and unusual link behavior are verified where present
- [ ] User preference modes remain usable
Screen Reader Smoke Path
- Check page title, landmarks, and heading map.
- Navigate to critical controls and verify role/name/state.
- Trigger state changes, dialogs, filters, validation, and pagination.
- Confirm no stale or duplicate announcements block task completion.
Report
Include scope, tools used, pass/fail results, reproduction steps for failures, and residual risk.