Best use case
Use API Test Contract Enforcer when you need to set up contract testing so API consumers and providers fail safely before incompatible releases ship, especially when the work is driven by contract test and pact.
Backend · Global library
Set up contract testing so API consumers and providers fail safely before incompatible releases ship.
Best use case
Use API Test Contract Enforcer when you need to set up contract testing so API consumers and providers fail safely before incompatible releases ship, especially when the work is driven by contract test and pact.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show api-test-contract-enforcerUse
orchestrator-mcp skills export api-test-contract-enforcer --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/api-test-contract-enforcer ./your-agent-skills/api-test-contract-enforcer
# or open skills/api-test-contract-enforcer/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage.
Create unified API entry points with routing, transformation, rate limiting, and security
Replace offset-heavy APIs with cursor pagination that scales cleanly and remains client-friendly.