contract-testing

Installation
SKILL.md

Contract Testing with Pact

Ensure API compatibility between services with consumer-driven contracts.

Contract Testing vs Integration Testing

Integration Testing Contract Testing
Requires all services Each service tests independently
Slow feedback loop Fast feedback
Environment-dependent Environment-independent

Quick Reference

Consumer Test

from pact import Consumer, Provider, Like, EachLike
Related skills

More from yonatangross/skillforge-claude-plugin

Installs
4
GitHub Stars
170
First Seen
Jan 21, 2026