a11y-audit · git:20260902.f0e063c · 2026-09-02 · sha256 653c08321e25528d
a11y-audit git:20260902.f0e063cA
Immutable. This exact content is served forever at /api/v1/blob/653c08321e25528d.
--- name: a11y-audit description: Accessibility audit covering WCAG 2.2, contrast, focus, keyboard, screen reader, and touch targets. Use when the user asks for an accessibility audit, an a11y review, a WCAG check, an accessibility check, or an a11y audit. --- # /a11y-audit: Accessibility Audit Focused accessibility audit using the `accessibility-auditor` agent. ## Flow 1. Check contrast ratios with `uiux_check_contrast` 2. Audit focus indicators (grep for :focus, outline patterns) 3. Check touch targets 4. Evaluate heading structure 5. Check ARIA usage 6. Check keyboard navigation patterns 7. Check motion sensitivity support 8. Output severity-ranked findings with specific fixes ## Output - Contrast audit results (WCAG AA/AAA + APCA) - Focus indicator assessment - Keyboard navigation assessment - Screen reader readiness - Touch target analysis - Quick wins list (high-impact, low-effort fixes) - Full findings ranked by severity