pr-automerge

Automates GitHub PR review and merge workflows with gating checks and approvals.

35|3|Updated Jun 24, 2025
One-click install
npx skills add https://github.com/intelligentcode-ai/intelligent-claude-code --skill pr-automerge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-automerge
Source: https://github.com/intelligentcode-ai/intelligent-claude-code/tree/main/src/skills/pr-automerge
Command: npx skills add https://github.com/intelligentcode-ai/intelligent-claude-code --skill pr-automerge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the closed-loop PR review and merge workflow, reducing manual overhead while ensuring all gates are satisfied before merging.

Core Features & Use Cases

  • Automated Stage 3 review with a dedicated reviewer subagent to identify and fix findings.
  • ICC-REVIEW receipt validation to ensure no findings before merge.
  • Automated or assisted merge control based on gate status and explicit approval rules.

Quick Start

Initiate the pr-automerge workflow for a specific PR by specifying PR number and triggering Stage 3 review.

Frequently Asked Questions about pr-automerge

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

FAQPage Schema
How do I automate GitHub PR merge workflows safely?

Automating GitHub PR merge workflows safely requires enforcing policy-driven gates like NO FINDINGS checks and base-branch constraints. This Skill automates Stage 3 reviews, findings remediation, and ICC-REVIEW receipt validation to ensure all criteria are satisfied before merging.

What is an ICC-REVIEW receipt in PR automation?

An ICC-REVIEW receipt in PR automation is a validation record confirming that a Stage 3 review found no issues. This Skill checks the ICC-REVIEW receipt to enforce a NO FINDINGS gate, ensuring no unresolved review findings remain before allowing a merge.

Can I enforce a no findings check before auto-merging a PR?

Yes, you can enforce a no findings check before auto-merging a PR. This Skill applies gating logic that verifies the ICC-REVIEW receipt shows NO FINDINGS, alongside base-branch constraints and post-review approvals, to determine if an automated merge is safe.

How do I start a Stage 3 review for a specific GitHub PR?

To start a Stage 3 review for a specific GitHub PR, you initiate the workflow by specifying the PR number. This triggers a dedicated reviewer subagent to identify findings, validate the ICC-REVIEW receipt, and manage the automated merge process.

Does automated PR merging support base-branch constraints?

Automated PR merging does support base-branch constraints. This Skill enforces gating logic that includes checking base-branch constraints, optional auto_merge behavior, and post-review approvals to ensure merges only occur under strictly defined conditions.

When should I avoid using automated PR merge tools?

You should avoid using automated PR merge tools when your workflow requires manual intervention for findings remediation or lacks strict policy enforcement. Without automated Stage 3 reviews and ICC-REVIEW receipt validation, auto-merging may bypass necessary safety gates.