From commands-code-analysis-testing
Generates comprehensive test suite for specified code including unit, integration, edge cases, mocks, and utilities, adapting to project testing framework and conventions.
npx claudepluginhub davepoon/buildwithclaude --plugin commands-code-analysis-testingSpecify test generation options# Test Generator Generate comprehensive test suite for $ARGUMENTS following project testing conventions and best practices. ## Task I'll analyze the target code and create complete test coverage including: 1. Unit tests for individual functions and methods 2. Integration tests for component interactions 3. Edge case and error handling tests 4. Mock implementations for external dependencies 5. Test utilities and helpers as needed 6. Performance and snapshot tests where appropriate ## Process I'll follow these steps: 1. Analyze the target file/component structure 2. Identify all test...
/generate-testsGenerates comprehensive test suite for specified code including unit, integration, edge cases, mocks, and utilities, adapting to project testing framework and conventions.
/generate-testsGenerate production-ready unit tests for source code files or snippets. Auto-detects framework (Jest, pytest, JUnit, etc.), covers happy paths, edges, errors, mocks.
/generate-testsGenerates unit tests for a specified function, class, or module using the project's testing framework. Mocks dependencies, follows conventions, runs tests, and reports count and coverage.
/generate-testsGenerates unit, integration, edge case, mock, and framework-specific tests for specified code, following project testing conventions and adapting to Jest, Vitest, Cypress.
/generate-testsUse when one or more migrated tables are ready for end-to-end test generation after scoping and profiling, and the command workflow should run generation, independent review, and expectation capture together.
/generate-testsCreate comprehensive test suite for component with multiple test types
Generate comprehensive test suite for $ARGUMENTS following project testing conventions and best practices.
I'll analyze the target code and create complete test coverage including:
I'll follow these steps:
I'll adapt to your project's testing framework (Jest, Vitest, Cypress, etc.) and follow established patterns.