review-accessibility
Installation
SKILL.md
Review Accessibility
Workflow
- Check semantic HTML, labels, headings, focus order, keyboard access, and ARIA usage.
- Verify form errors are announced and connected to inputs.
- Check color contrast, reduced motion, responsive behavior, and RTL impact.
- Ensure buttons and links communicate their purpose.
- Add tests or snapshots where the project already uses accessibility tooling.
Verification
- UI remains keyboard usable.
- Critical controls have labels and visible focus states.
Common Mistakes
- Using ARIA to compensate for incorrect HTML.
- Hiding focus outlines.