--- name: a11y-audit description: Run a WCAG 2.2 AA accessibility audit on a component or page. Checks semantic HTML, ARIA, keyboard navigation, color contrast, and screen reader compatibility. disable-model-invocation: true argument-hint: "[file-or-directory]" context: fork agent: frontend-architect --- # Accessibility Audit Audit `$ARGUMENTS` for WCAG 2.2 Level AA compliance. ## Steps 1. **Read the target code** — understand the component/page structure 2. **Check against this checklist:** ### Semantic HTML - [ ] Correct heading hierarchy (h1 → h2 → h3, no skips) - [ ] Landmark elements used (`nav`, `main`, `aside`, `footer`) - [ ] Lists use `ul`/`ol`/`li`, not styled divs - [ ] Buttons are `