Skip to content

Backend · Global library

API Test Contract Enforcer

Set up contract testing so API consumers and providers fail safely before incompatible releases ship.

CodexClaude CodeKimi Codeorchestrator-mcp

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

contract testpactconsumer provider

Validation hooks

verify_contract_compliance

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show api-test-contract-enforcer

Use

orchestrator-mcp skills export api-test-contract-enforcer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

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 client

File patterns

**/tests/****/api/****/*.ts

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.