Generates and validates API contracts using Pact for consumer-driven testing and OpenAPI specification compliance. Useful for contract tests, backward compatibility checks, and breaking change detection.
How this skill is triggered — by the user, by Claude, or both
Slash command
/contract-test-validator:contract-test-validatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables Claude to generate and validate API contracts, ensuring compatibility between API providers and consumers. It uses Pact for consumer-driven contract testing and OpenAPI validation for specification compliance.
This skill enables Claude to generate and validate API contracts, ensuring compatibility between API providers and consumers. It uses Pact for consumer-driven contract testing and OpenAPI validation for specification compliance.
This skill activates when you need to:
User request: "Generate contract tests for my API using Pact."
The skill will:
User request: "Validate my API against the OpenAPI specification."
The skill will:
This skill can be integrated with other testing and deployment tools in the Claude Code ecosystem to automate contract verification as part of a CI/CD pipeline.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin contract-test-validator