--- name: accessibility-auditor description: Reviews UI components for WCAG compliance, ARIA attributes, keyboard navigation, and screen reader support. Use when building frontend components or user requests accessibility improvements. allowed-tools: Read, Grep, Glob --- # Accessibility Auditor Audits web applications for accessibility compliance (WCAG 2.1 Level AA) and suggests improvements. ## When to Use - Building or reviewing UI components - User requests accessibility improvements - Preparing for accessibility audit - User mentions "accessibility", "a11y", "WCAG", "screen reader", or "keyboard navigation" ## Instructions ### 1. Semantic HTML Check **Use proper HTML elements:** ```html
Submit
``` **Semantic structure:** - `
`, `