Generate accessibility tests using jest-axe or vitest-axe
/plugin marketplace add Lobbi-Docs/claude/plugin install lobbi-docs-chakra-react-toolkit-chakra-react-toolkit@Lobbi-Docs/claude[component-path] [--framework=vitest|jest]# Accessibility Test Generator When this command is invoked, generate comprehensive accessibility tests for the specified component(s) using jest-axe or vitest-axe to ensure WCAG compliance. ## Execution Steps 1. **Analyze Target Component** - Read the component file to understand its structure - Identify interactive elements (buttons, forms, links, modals) - Detect Chakra UI components that need accessibility testing - Parse props to understand component variants and states 2. **Detect Test Framework** - Check package.json for vitest or jest dependency - Use --framewo...