Contract Test

When two components/services talk (API client+server, producer+consumer, module boundary), pin the contract they share and test BOTH sides against it, instead of only unit-testing each in isolation. Use on integration boundaries, API changes, microservices, public interfaces. Trigger with /contract-test or "contract test", "will this break the consumer", "test the API boundary".

zavelinski a528324 3.1 KB Updated

File contents

zavelinski/contract-test/tree/main/skills/contract-test commit a5283241d5

Frequently asked questions

npx skillmds@latest add zavelinski/contract-test