Run accessibility audit on components (WCAG 2.1 AA checks)
/plugin marketplace add Lobbi-Docs/claude/plugin install chakra-react-toolkit@claude-orchestration[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...
/a11y-auditAudit a frontend application for WCAG 2.1/2.2 compliance, screen reader compatibility, keyboard accessibility, and inclusive design patterns.