Generate component tests (Vitest/Jest + Testing Library)
/plugin marketplace add Lobbi-Docs/claude/plugin install lobbi-docs-chakra-react-toolkit-chakra-react-toolkit@Lobbi-Docs/claude[component-path] [--framework=vitest|jest] [--coverage]# Component Test Generator When this command is invoked, generate comprehensive test suites for React components using Vitest or Jest with React Testing Library, including unit tests, integration tests, and edge cases. ## Execution Steps 1. **Analyze Component** - Read the component file - Parse component props interface - Identify component behavior (interactive elements, state, effects) - Detect dependencies (contexts, hooks, external services) 2. **Detect Test Framework** - Check package.json for vitest or jest - Use --framework flag if provided - Configure test ...