--- name: a11y-audit provider: codex description: Full accessibility audit covering focus management, semantic HTML, ARIA attributes, color contrast, touch targets, screen reader experience, and motion safety. user-invokable: true --- # /a11y-audit — Accessibility Audit Comprehensive accessibility check: ## Focus Management - Every interactive element must have visible :focus-visible styles - Focus order must match visual order - No focus traps (except intentional modals) - Skip link present for keyboard users ## Semantic HTML - Proper heading hierarchy (h1 > h2 > h3, no skipping) - Landmark elements: header, main, nav, footer - Lists use ul/ol, not styled divs - Buttons are