Generate contract tests for API migrations with consumer-driven contracts and provider verification
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill contract-test-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Contract Test Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-contract-test-generator-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: contract-test-generator
description: Generate contract tests for API migrations with consumer-driven contracts and provider verification
allowed-tools: ["Bash", "Read", "Write", "Grep", "Glob", "Edit"]
graph:
domains: [domain:software-engineering]
specializations: [specialization:code-migration-modernization]
skillAreas: [skill-area:contract-testing, skill-area:api-contract-testing]
roles: [role:qa-engineer, role:backend-engineer]
workflows: [workflow:technical-debt-reduction]
topics: [topic:refactoring]
---
# Contract Test Generator Skill
Generates contract tests for API migrations, supporting consumer-driven contracts, provider verification, and breaking change detection.
## Purpose
Enable API contract testing for:
- Consumer contract generation
- Provider verification
- Schema validation
- Breaking change detection
- Mock server generation
## Capabilities
### 1. Consumer Contract Generation
- Generate from API usage
- Extract from tests
- Build from specs
- Support multiple formats
### 2. Provider Verification
- Verify against contracts
- Test all consumers
- Check compatibility
- Document failures
### 3. Schema Validation
- Validate request schemas
- Check response schemas
- Verify data types
- Enforce constraints
### 4. Breaking Change Detection
- Detect field removals
- Find type changes
- Identify required additions
- Flag compatibility issues
### 5. Mock Server Generation
- Generate from contracts
- Support stub responses
- Handle scenarios
- Enable development isolation
### 6. Contract Versioning
- Track contract versions
- Manage compatibility
- Support migrations
- Document changes
## Tool Integrations
| Tool | Purpose | Integration Method |
|------|---------|-------------------|
| Pact | Consumer-driven contracts | CLI |
| Spring Cloud Contract | Java contracts | CLI |
| Dredd | API validation | CLI |
| Prism | Mock server | CLI |
| WireMock | Mock server | CLI |
## Output Schema
```json
{
"generationId": "string",
"timestamp": "ISO8601",
"contracts": [
{
"consumer": "string",
"provider": "string",
"interactions": [
{
"description": "string",
"request": {},
"response": {}
}
]
}
],
"verification": {
"passed": "boolean",
"results": []
},
"artifacts": {
"contractFiles": [],
"mockServerConfig": "string"
}
}
```
## Integration with Migration Processes
- **api-modernization**: Contract verification
- **monolith-to-microservices**: Service contracts
## Related Skills
- `openapi-generator`: Spec generation
- `api-compatibility-analyzer`: Breaking changes
## Related Agents
- `regression-detector`: Regression prevention
- `cross-team-integrator`: Contract coordination

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!