code-review-pre-merge-gate

Enforces a read-only review gate for pull requests and merge decisions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/graysurf/agent-runtime-kit --skill code-review-pre-merge-gate
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review-pre-merge-gate
Source: https://github.com/graysurf/agent-runtime-kit/tree/main/tests/golden/codex/plugins/code-review/skills/code-review-pre-merge-gate/expected
Command: npx skills add https://github.com/graysurf/agent-runtime-kit --skill code-review-pre-merge-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gaps in PR/MR reviews could allow unsafe or delayed merges; this skill enforces a read-only gate before merge decisions to ensure proper review discipline.

Core Features & Use Cases

  • Enforce a read-only gate by coordinating with the shared delivery gate and evaluating incoming review findings.
  • Dispatch and aggregate read-only reviewer lenses, summarizing findings for the owning workflow.
  • Produce a delivery review outcome body for the PR/MR delivery workflow to act on.

Quick Start

Invoke the shared read-only review gate on the target PR or MR.

Frequently Asked Questions about code-review-pre-merge-gate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce a read-only review gate before pull request merges?▼

To enforce a read-only review gate before pull request merges, invoke this skill during pre-merge checks. It coordinates with review lenses, validates base refs using shared scope detection, and returns a gate result with aggregated findings to ensure proper review discipline.

What is a pre-merge delivery gate for software repositories?▼

A pre-merge delivery gate is a read-only checkpoint that evaluates incoming pull request findings before allowing a merge. It dispatches read-only reviewer lenses, summarizes the findings, and outputs a delivery review outcome body for the owning workflow to act on.

How do I automate PR review checks to prevent unsafe merges?▼

Automate PR review checks by integrating this gate into your pre-merge workflow. It applies a read-only review process that dispatches reviewer lenses to evaluate pull requests, aggregating findings into a delivery outcome body that blocks unsafe merges.

Does the pre-merge gate support both pull requests and merge requests?▼

Yes, the pre-merge gate supports both pull requests and merge requests. It applies the same read-only review discipline to PR and MR pre-merge checks in software repositories, coordinating with subagents to return a unified gate result and findings.

When do I need a read-only gate for merge decisions?▼

You need a read-only gate for merge decisions when your PR or MR review process has gaps that could allow unsafe or delayed merges. It enforces review discipline by validating base refs and evidence before returning a delivery review outcome.

What is the best way to summarize pull request findings for a delivery workflow?▼

The best way to summarize pull request findings for a delivery workflow is to use a read-only gate that dispatches and aggregates reviewer lenses. It evaluates the findings and produces a structured delivery review outcome body for the workflow to act on.