agentsclimarketplace

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.

Install
npx -y skills add klovaaxel/web-a11y-agent-skills --skill web-a11y-testing

Assembled 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.

  1. Automated scan for changed surfaces.
  2. Keyboard-only journey.
  3. Screen reader smoke pass.
  4. 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.