AI AGENT ADDONS

Api Contract Testing

aj-geddes/useful-ai-prompts
Testing & QA
787installs

APIs need clear rules to work together. This skill helps you check those rules between different services. It uses contract testing to make sure changes don't break other parts of your system.

Tools like Pact and OpenAPI help you verify request and response formats. You can test consumer-provider contracts without running full integration tests. This saves time and catches issues early.

Teams use these tests in their CI pipeline to prevent breaking changes. Contract testing keeps services compatible as they evolve. It is a key practice for microservices and API versioning.

Add Api Contract Testing skill to your workflow

Global

mkdir -p ~/.claude/skills/api-contract-testing

Project

mkdir -p .claude/skills/api-contract-testing

Source Repository

Stars
279
Forks
41
Watchers
279
License
MIT
Last Push
4 months ago
Created
1 year ago