contract-testing
✓Consumer-driven contract testing for microservices using Pact, schema validation, API versioning, and backward compatibility testing. Use when testing API contracts or coordinating distributed teams.
Installation
SKILL.md
Breaking vs Non-Breaking Changes | Change Type | Breaking? | Semver |
| Remove field | ✅ Yes | Major | | Rename field | ✅ Yes | Major | | Change type | ✅ Yes | Major | | Add optional field | ❌ No | Minor | | Add new endpoint | ❌ No | Minor | | Bug fix | ❌ No | Patch |
| Pact | Consumer-driven contracts | | OpenAPI/Swagger | API-first design | | JSON Schema | Schema validation | | GraphQL | Schema-first contracts |
Consumer-driven contract testing for microservices using Pact, schema validation, API versioning, and backward compatibility testing. Use when testing API contracts or coordinating distributed teams. Source: proffesor-for-testing/agentic-qe.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/proffesor-for-testing/agentic-qe --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 for microservices using Pact, schema validation, API versioning, and backward compatibility testing. Use when testing API contracts or coordinating distributed teams. Source: proffesor-for-testing/agentic-qe.
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/proffesor-for-testing/agentic-qe --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/proffesor-for-testing/agentic-qe
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01