This one wires API contract testing into CI so breaking changes can't slip through. It covers REST, GraphQL, and gRPC with schema linting, breaking-change diffs, and your choice of contract strategies: consumer-driven contracts via Pact, schema-driven testing with Specmatic, or property-based fuzzing through Schemathesis. You also get a baseline of negative and security cases aligned to OWASP API risks, plus templates for coverage plans and release checklists. The workflow is disciplined: lint first, diff on every PR, run contracts in ephemeral environments, then define explicit gates for merge and release. Best when you have multiple API consumers, a versioning policy to enforce, and need deterministic quality gates that won't flake on you.
npx skills add https://github.com/vasilyu1983/ai-agents-public --skill qa-api-testing-contracts