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-productivityThis skill is limited to using the following tools:
Generate comprehensive tests with advanced testing strategies, scenario generation, and edge case identification.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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.