| name | a11y |
| description | Perform an accessibility audit on UI changes. |
| disable-model-invocation | true |
Accessibility Audit
Perform an AAA accessibility pass on the current UI changes.
Checklist
- Keyboard navigation — All interactive elements reachable via Tab/Shift+Tab
- Focus visible — Clear focus indicators on all focusable elements
- Focus order — Tab order matches visual layout
- Labels/ARIA — Correct labels, no redundant or missing aria attributes
- Contrast — Text meets WCAG AAA contrast ratios (7:1 normal, 4.5:1 large)
- Reduced motion — Animations respect
prefers-reduced-motion
- No hover-only — All hover interactions have keyboard/touch alternatives
- Touch targets — Minimum 44x44px for mobile
Steps
- Identify all changed/new interactive components.
- Run through the checklist for each.
- Fix any violations found.
- Document any gaps that need design input.