Generates test suites from your OpenAPI specs or route definitions. It creates three categories of tests: happy path cases, boundary tests for edge inputs like empty strings or oversized payloads, and error scenario coverage for common HTTP failures. Output is actual test code in pytest, jest, or curl format. The workflow is straightforward: point it at your API docs, get test files back. Honestly most useful when you're starting fresh or need to fill coverage gaps quickly, though you'll want to review the generated assertions since it can't know your business logic. Saves the tedious work of writing boilerplate test structure for every endpoint.
npx -y skills add laolaoshiren/claude-code-skills-zh --skill api-tester --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
wordpress/agent-skills
Dexploarer/hyper-forge
prisma/skills