copilot-pr-reviewer

Automate pull request reviews for GitHub Copilot agents with inline comments.

Updated Dec 21, 2025
One-click install
npx skills add https://github.com/cstarlea/agent-skill-orchestrator --skill copilot-pr-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot-pr-reviewer
Source: https://github.com/cstarlea/agent-skill-orchestrator/tree/main/.claude/skills/copilot-pr-reviewer
Command: npx skills add https://github.com/cstarlea/agent-skill-orchestrator --skill copilot-pr-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Before merging, this Skill reviews pull requests created by GitHub Copilot agents to ensure code correctness, test coverage, and adherence to project standards, reducing risk and rework.

Core Features & Use Cases

  • PR Read & Analysis: Fetches PR metadata, changed files, CI checks, and reviews.
  • Inline Comments & Pending Review: Creates a pending review and adds inline comments on diffs for issues found.
  • Quality Gates: Validates code correctness, tests, security, and performance; approves or requests changes accordingly.
  • Impact Analysis: Reports blockers and recommendations to stakeholders before merge.

Quick Start

Review PR #123 to confirm clear title, description, labels, and successful CI checks; surface any blocking issues and propose fixes inline.

Frequently Asked Questions about copilot-pr-reviewer

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

FAQPage Schema
How do I automate review of pull requests created by GitHub Copilot agents?

Automate PR review by running this Skill to enforce quality gates on Copilot-generated code. It evaluates correctness, test coverage, security, style compliance, and CI status, then creates a pending review with inline comments on issues found and approves or requests changes based on results.

Can I add inline comments to specific lines in a pull request review?

Yes. This Skill creates a pending review and adds inline comments directly on diffs for identified issues, allowing reviewers to see problems at the exact code location rather than in summary form.

What quality gates can be enforced on GitHub pull requests?

Quality gates include code correctness, test coverage, security vulnerabilities, performance issues, style compliance, documentation standards, proper labeling, and CI check status. The Skill validates all these dimensions before approving merge.

Does this work with GitHub MCP for submitting review decisions?

Yes. This Skill uses GitHub MCP to perform review actions: create pending reviews, add inline comments on changed files, and submit decisions (approve or request changes) directly through GitHub's API.

Can I review both frontend and backend code in production repositories?

Yes. This Skill applies across frontend and backend code in production repositories, supporting domain-specific checklists and evaluation criteria tailored to each codebase.

What happens if CI checks fail on a pull request?

If CI checks fail, the Skill flags them as blocking issues in the pending review and requests changes. It reports blockers to stakeholders before merge to prevent integration of failed builds.