What problem does it solve?
This Skill removes the manual effort and guesswork of designing and writing integration tests by automatically analyzing APIs, service modules, and client modules to produce executable test code and a prioritized test plan.
Core Features & Use Cases
- API and service analysis: Parse OpenAPI/Swagger, Proto, and in-repo route or handler definitions to extract endpoints, parameters, and response contracts.
- Project-aware test generation: Learn and reuse existing project testing conventions (HTTP client, isolation strategy, helpers) and generate tests that fit the repository's structure.
- Verification and audit: Produce integration_test_plan.md, generate test files across languages (Go, Python, TypeScript, Swift), and run assertion audits and verification checks to reduce weak or zero-assertion tests.
- Example: Given an OpenAPI spec or a backend service path, the Skill generates end-to-end API tests that verify response bodies and database side effects, plus a test plan documenting skipped scenarios and rationale.
Quick Start
Run the integration-test-design skill with an API spec or a service/module path to generate integration tests and an integration_test_plan.md.