pr-review

Review GitHub pull requests and fix Copilot comments using parallel agents.

1|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/przbadu/skills-factory --skill pr-review-przbadu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/przbadu/skills-factory/tree/main/skills/pr-review
Command: npx skills add https://github.com/przbadu/skills-factory --skill pr-review-przbadu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the split workflow of fixing GitHub Copilot review comments and performing a deeper pull request review by handling both in parallel.

Core Features & Use Cases

  • Copilot Issue Fixing: Finds review comments from GitHub Copilot and applies code changes to address them.
  • Comprehensive Review: Checks security, performance, best practices, error handling, test coverage, and logic issues.
  • Use Case: When someone shares a GitHub pull request and asks for a review, this Skill can repair actionable comments while independently surfacing broader risks and recommendations.

Quick Start

Ask the assistant to review GitHub pull request number 123 in my repository and fix any Copilot review issues.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automatically fix GitHub Copilot review comments on a pull request?

To automatically fix GitHub Copilot review comments on a pull request, this skill reads the PR metadata and diffs, then applies code changes to address actionable Copilot comments in parallel with a comprehensive code review.

Does this pull request review tool check security and test coverage?

Yes, this pull request review tool checks security, performance, best practices, error handling, test coverage, and logic issues. It coordinates parallel agents to independently surface risks and report findings with severity, file paths, and implementation changes.

Can I review a GitHub pull request using just the PR number?

Yes, you can review a GitHub pull request using the PR number or URL. The skill applies to both formats for code review, issue remediation, and reviewer follow-up in active repositories.

What's the best way to run a comprehensive code review on GitHub pull requests?

The best way to run a comprehensive code review on GitHub pull requests is using a parallel agent approach. This skill coordinates Sonnet and Opus agents to read diffs and independently surface broader risks and recommendations.

How does parallel agent review work for GitHub pull requests?

Parallel agent review for GitHub pull requests works by coordinating Sonnet and Opus agents simultaneously. One agent fixes Copilot review comments while the other independently surfaces broader risks, security issues, and recommendations.