Builds a unified deployment-readiness gate that aggregates verdicts from any combination of Pact `can-i-deploy`, oasdiff (OpenAPI), graphql-inspector (GraphQL), and `buf breaking` (Protobuf), applies severity-aware pass/fail thresholds, and emits a single go / no-go decision with per-finding rationale. Use when authoring a CI step that gates a deployment on cross-protocol contract compatibility.
75
94%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The required runtime workflow reads outsider-authored free text from generated CI artifacts (e.g., `oasdiff.json`, `gqi.json`, `buf.json`), which can contain message text originating from repository/API-schema diffs or other upstream content not chosen by the operating user, and then ingests it into the agent/LLM context via the gate script’s printed markdown/JSON summary (`references/gate-implementation-and-ci.md:69-78`, `references/gate-implementation-and-ci.md:100-107`, and `references/gate-implementation-and-ci.md:88-91`).