What problem does it solve? Teams deploying microservices independently need proof that a provider still satisfies every consumer contract before a release is promoted, and manual verification or self-reported passes cannot be trusted in regulated environments. ## Core Features & Use Cases - Provider Verification: Replays each consumer pact against the provider through the CI/test runner in a sandbox and records per-pact verified results. - can-i-deploy Broker Gate: Queries the Pact Broker to confirm all consumer contracts are verified before promoting a version to an environment. - Runner-Backed Verdicts: Emits a PASS, FAIL, or ERROR verdict with an audit ID, routing failures to a fixer and feeding a human verification layer instead of auto-approving. - Use Case: Before merging a provider change, run the skill with the consumer pacts, provider reference, and target environment to get a gated PASS/FAIL decision backed by real runner and broker evidence. ## Quick Start Verify my provider service against the consumer pacts and check can-i-deploy for the staging environment before I merge this release.