gh-pr-review

Automate GitHub PR reviews and merge workflows with CI checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wscffaa/claude-gh-skills --skill gh-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-pr-review
Source: https://github.com/wscffaa/claude-gh-skills/tree/main/gh-pr-review
Command: npx skills add https://github.com/wscffaa/claude-gh-skills --skill gh-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines GitHub PR workflows by automating code analysis, issue resolution, CI verification, and merge execution, reducing manual toil and speeding delivery.

Core Features & Use Cases

  • Single PR Review: fetch PR details, analyze diffs with codeagent, validate CI checks, and propose fixes or actions.
  • Epic Batch Review: identify linked sub-issues and their PRs, queue them for orderly review, and process in sequence.
  • CI & Merge Automation: monitor CI status, post review summaries, and perform squash merge with optional branch deletion.
  • Code Agent Integration: leverage codeagent for deep code review, issue remediation, and quality signals.

Quick Start

Trigger a single PR review with a PR number, e.g. "review PR #123". For batch epic reviews, use an epic issue reference like "review issue:45".

Frequently Asked Questions about gh-pr-review

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

FAQPage Schema
How do I automate GitHub PR reviews and merges with CI checks?

Automating GitHub PR reviews involves fetching PR details, analyzing diffs with an AI code agent, validating CI checks, and performing squash merges. This Skill streamlines that workflow by delegating deep code analysis and executing GitHub CLI commands to review and merge automatically.

Can I review and merge multiple PRs linked to an epic issue at once?

Yes, you can process an epic batch review by referencing an epic issue number. The system identifies linked sub-issues and their associated PRs, queues them for orderly review, and processes the automated merges in sequence.

How does the automated code review handle issue remediation?

Automated code review handles issue remediation by integrating a code agent for deep code analysis. The agent evaluates diffs, proposes fixes for identified issues, and provides quality signals before the workflow validates CI status and executes the merge.

What is the best way to trigger a single PR review and merge workflow?

Triggering a single PR review requires providing the specific PR number, such as requesting a review for PR #123. The workflow then fetches the details, runs CI checks, posts review summaries, and performs a squash merge with optional branch deletion.

Does GitHub CLI need to be configured to automate branch deletion after merging?

Yes, GitHub CLI commands are used to fetch, review, and merge pull requests. Following a successful CI verification and squash merge, the workflow can execute optional branch deletion directly through these CLI integrations.