Run accessibility audit on components (WCAG 2.1 AA checks)
[component-path] [--strict]# Accessibility Audit Command When this command is invoked, perform a comprehensive accessibility audit on the specified component or directory of components against WCAG 2.1 AA standards. ## Execution Steps 1. **Locate Target Components** - If a specific file path is provided, audit that component - If a directory is provided, find all .tsx/.jsx components using Glob - Default to scanning the entire src/components directory if no path specified 2. **Read and Analyze Each Component** - Parse the component code for accessibility issues - Check for proper semantic HTML usag...
Audit a frontend application for WCAG 2.1/2.2 compliance, screen reader compatibility, keyboard accessibility, and inclusive design patterns.
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