pr-copilot

Automate GitHub Pull Request reviews using Claude Code and Copilot CLI.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/yuki777/pr-copilot --skill pr-copilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-copilot
Source: https://github.com/yuki777/pr-copilot/tree/main/skills/review
Command: npx skills add https://github.com/yuki777/pr-copilot --skill pr-copilot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing GitHub Pull Requests by leveraging two AI code review tools, Claude Code and Copilot CLI, to provide a comprehensive and integrated review.

Core Features & Use Cases

  • Dual AI Review: Utilizes both Claude Code and Copilot CLI for independent code analysis.
  • Integrated Findings: Consolidates and synthesizes reviews from both AIs into a single, actionable report.
  • Automated Workflow: Designed to be triggered automatically, checking for new review requests and processing them sequentially.
  • Use Case: Automatically review all incoming pull requests that require your review, providing a consolidated report from two different AI perspectives, saving you time and ensuring thoroughness.

Quick Start

Use the pr-copilot skill to automatically review a GitHub pull request.

Frequently Asked Questions about pr-copilot

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

FAQPage Schema
How do I automate GitHub pull request reviews using multiple AI agents?

Automated GitHub pull request reviews use a dual-agent system with Claude Code and Copilot CLI to run parallel code analysis, consolidate findings, and generate a single integrated review report.

What is the benefit of combining Claude Code and Copilot CLI for code review?

Combining Claude Code and Copilot CLI for code review provides independent analysis from two AI perspectives, synthesizing their findings into a consolidated, actionable report for greater thoroughness.

How do I automatically review incoming pull requests that request my review?

Automated PR review identifies requested pull requests, clones them into separate directories for each AI agent, executes parallel reviews, and sequentially processes them to output a consolidated report.

How does the automated PR review workflow handle failed AI reviews or updated commits?

The automated PR review workflow manages failed reviews through built-in retry logic and continuously checks for updated commits to ensure the final consolidated review report reflects the latest code.

Can I use this automated code review for continuous integration pipelines?

Automated code review is designed for automated workflows, sequentially checking for new review requests and processing them, which allows integration into continuous pull request monitoring pipelines.

Do I need to install dependencies to run Claude Code and Copilot CLI reviews?

Running dual AI reviews requires having Claude Code and Copilot CLI available in your environment, as the system clones pull requests into separate directories to execute parallel reviews for each agent.