api-test-suite-builder
API Test Suite Builder
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alirezarezvani/api-test-suite-builderWhat This Skill Does
The API Test Suite Builder is a powerful engineering companion designed to automate the traditionally tedious process of boilerplate test generation. By scanning your codebase—whether in Next.js, Express, FastAPI, or Django REST—this skill intelligently maps your routes and HTTP methods to create comprehensive, production-ready test suites. It focuses on critical areas like authentication flows, input schema validation, HTTP error code handling, pagination logic, and file upload robustness. By outputting ready-to-run code for Vitest+Supertest or Pytest+httpx, it transforms a manual effort of hours into a task that takes seconds, ensuring your API contracts remain intact as you scale.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/alirezarezvani/api-test-suite-builder
Use Cases
- Test-Driven Development (TDD): Generate a test scaffold for a new feature before writing the actual implementation to define the expected contract.
- Legacy Refactoring: Quickly audit and generate baseline coverage for undocumented legacy APIs to prevent regressions during code migrations.
- Security Hardening: Automatically generate adversarial payloads to test input validation and rate-limiting behaviors against potential injection attacks.
- Continuous Integration: Use the generated files as a permanent regression suite to catch breaking changes in every pull request.
Example Prompts
- "Scan the ./src/routes folder in my Express project and generate a full Vitest suite covering 400, 401, and 422 error codes for all endpoints."
- "Create a Pytest file for my FastAPI application that includes test cases for authenticated user access and pagination boundary checks on the /users endpoint."
- "Analyze my Next.js API directory and identify all POST routes; then, generate a test scaffold that includes a file upload scenario with size validation."
Tips & Limitations
To get the most out of this tool, ensure your codebase follows standard framework routing conventions, as the scanner relies on pattern matching for route definitions. While it is excellent at generating boilerplate, complex business logic that requires state-heavy database seeding should be supplemented with custom test helpers. Always review the generated test files to ensure they align with your project's specific authentication middleware configurations.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alirezarezvani-api-test-suite-builder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
intl-expansion
International market expansion strategy. Market selection, entry modes, localization, regulatory compliance, and go-to-market by region. Use when expanding to new countries, evaluating international markets, planning localization, or building regional teams.
marketing-strategy-pmm
Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
paid-ads
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
qms-audit-expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management.
code-reviewer
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.