Web a11y debugging
Skill klovaaxel/web-a11y-agent-skills/skills/web-a11y-debugging
Framework-agnostic web accessibility skills and Cursor subagents for AI coding agents.
npx -y skills add klovaaxel/web-a11y-agent-skills --skill web-a11y-debuggingAssembled 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
Debugs accessibility issues with automated scanners, browser accessibility trees, keyboard checks, screen reader smoke tests, custom CSS/JS rules, and CI gates. Use when triaging barriers or building accessibility validation pipelines.
SKILL.md
1.3 KB, as published. Nobody here has run it
Web A11y Debugging
Debug Workflow
- Reproduce the user-facing barrier.
- Inspect role, name, state, value, and focus behavior.
- Run automation for common issues.
- Verify with keyboard and screen reader smoke checks.
- Add focused regression coverage or a CI gate where practical.
Tooling Checklist
Debugging checklist
- [ ] Automated finding is confirmed or dismissed with rationale
- [ ] Accessibility tree exposes expected role/name/state
- [ ] Keyboard behavior matches expected contract
- [ ] Screen reader smoke path confirms real impact
- [ ] Custom local rule catches recurring anti-patterns where useful
- [ ] CI gate blocks new Critical/High regressions where practical
Tooling Principles
- Automation finds many common issues but does not replace manual testing.
- Tool coverage differs across browsers, Shadow DOM, and widget complexity.
- Custom CSS/JS debug rules should be dev-only and actionable.
Output
Provide confirmed defects, evidence, reproduction steps, fix direction, tool limitations, and residual risk.