Run accessibility and HTML lint audit on files, then provide fix SUGGESTIONS (does NOT modify files) using WCAG/ARIA references
<file-or-glob-pattern># Accessibility & HTML Lint Audit (Suggestion Only) Run automated accessibility (axe-core) and HTML standards (markuplint) checks on the specified files, then provide detailed fix **suggestions** based on WCAG 2.1 AA criteria and WAI-ARIA patterns. > **Note**: This command analyzes files and suggests fixes but does NOT automatically apply changes. You decide which fixes to implement. ## Target Files $ARGUMENTS ## Workflow 1. **Find target files**: Identify HTML/JSX/TSX files matching the pattern 2. **Run lint tools**: Execute axe-core and markuplint via the html-lint-runner scripts 3....
Audit a frontend application for WCAG 2.1/2.2 compliance, screen reader compatibility, keyboard accessibility, and inclusive design patterns.
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