api-to-testcase-generator
Installation
SKILL.md
API-to-Test Case Generator
Converts API definitions into production-ready test suites covering happy paths, edge cases, error handling, and boundary conditions.
Supported Input Formats
| Format | Example |
|---|---|
| OpenAPI 3.x YAML/JSON | openapi: 3.0.0 |
| Swagger 2.0 | swagger: "2.0" |
| Postman Collection v2.x | JSON export from Postman |
| Raw curl commands | curl -X POST https://... |
| Plain English description | "POST /users creates a user with name and email" |
| HTTP request/response examples | Paste raw request + response |
| Code (route handlers / controllers) | Express.js, FastAPI, Spring, etc. |