Help us improve
Share bugs, ideas, or general feedback.
Generates unit, integration, and e2e tests for code using Jest, Vitest, Pytest, Cypress, or Playwright. Applies strategies like standard, scenario, property, mutation with edge case coverage.
npx claudepluginhub uniswap/ai-toolkit --plugin development-productivityHow this skill is triggered — by the user, by Claude, or both
Slash command
/development-productivity:generate-testssonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate comprehensive tests with advanced testing strategies, scenario generation, and edge case identification.
Generates tests for TypeScript, React, Vue, Python, Go, Rust, PHP via framework detection (Jest/Vitest/Pytest/Go test/Cargo test) and expert agent routing. Auto-creates verification tasks.
Generates test suites with unit, integration, and e2e tests, proper mocking strategies, and edge case coverage. Works with any language/framework.
Generates unit, integration, and E2E tests from code analysis covering branches, errors, and edges. Use for new/changed code, coverage gaps, or Jest/Vitest/Playwright suite migrations.
Share bugs, ideas, or general feedback.
Generate comprehensive tests with advanced testing strategies, scenario generation, and edge case identification.
| Option | Values | Default |
|---|---|---|
--framework | jest, vitest, pytest, cypress, playwright | auto-detect |
--type | unit, integration, e2e, all | unit |
--strategy | standard, scenario, property, mutation | standard |
--requirements | User stories for scenario generation | (none) |
Always identifies:
Invoke test-writer-agent agent with:
paths: Files to testframework: Testing frameworktestType: Testing strategyrequirements: User stories (if provided)For complex scenarios, coordinate with context-loader-agent and security-analyzer-agent.
"Write tests for src/utils/validator.ts"
"Add integration tests for the API endpoints"
"Generate e2e tests for checkout flow"
"I need property-based tests for this pure function"
For advanced strategies and orchestration, see gen-tests-guide.md.