·contract-testing
</>

contract-testing

yonatangross/orchestkit

Consumer-driven contract testing with Pact for API compatibility. Use when testing microservice integrations, verifying API contracts, preventing breaking changes, or implementing provider verification.

0Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/orchestkit --skill contract-testing

SKILL.md

Ensure API compatibility between services with consumer-driven contracts.

| Requires all services | Each service tests independently | | Slow feedback loop | Fast feedback | | Environment-dependent | Environment-independent |

| Contract storage | Pact Broker (not git) | | Consumer selectors | mainBranch + deployedOrReleased | | Provider states | Dedicated test endpoint | | Verification timing | After consumer publish | | Matchers | Use Like(), EachLike() for flexibility |

Consumer-driven contract testing with Pact for API compatibility. Use when testing microservice integrations, verifying API contracts, preventing breaking changes, or implementing provider verification. Source: yonatangross/orchestkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/orchestkit --skill contract-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is contract-testing?

Consumer-driven contract testing with Pact for API compatibility. Use when testing microservice integrations, verifying API contracts, preventing breaking changes, or implementing provider verification. Source: yonatangross/orchestkit.

How do I install contract-testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill contract-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/orchestkit