Audit a frontend application for WCAG 2.1/2.2 compliance, screen reader compatibility, keyboard accessibility, and inclusive design patterns.
# Accessibility Audit Audit a frontend application for WCAG 2.1/2.2 compliance, screen reader compatibility, keyboard accessibility, and inclusive design patterns. **Usage:** - `/a11y-audit` - Full audit of current directory - `/a11y-audit /path/to/app` - Full audit of specified path - `/a11y-audit --branch` or `-b` - Audit only files changed in current branch - `/a11y-audit --branch /path/to/app` - Branch audit in specified path ## Audit Philosophy This audit focuses on **real user impact**. The goal is identifying: - Barriers that prevent users from completing tasks - Issues that degr...
Run accessibility audit on components (WCAG 2.1 AA checks)
Run accessibility and HTML lint audit on files, then provide fix SUGGESTIONS (does NOT modify files) using WCAG/ARIA references
Run accessibility and HTML lint audit on files, then provide fix SUGGESTIONS (does NOT modify files) using WCAG/ARIA references