review-pr

Automate pull request reviews with parallel agents and GitHub API.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/youhei-ushio/dotclaude-public --skill review-pr-youhei-ushio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/youhei-ushio/dotclaude-public/tree/main/skills/global/review-pr
Command: npx skills add https://github.com/youhei-ushio/dotclaude-public --skill review-pr-youhei-ushio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the code review process for pull requests (PRs) by conducting parallel reviews with two reviewers and a fact-checker, improving efficiency and consistency.

Core Features & Use Cases

  • Parallel Reviews: Conducts code reviews simultaneously with two reviewers and a fact-checker for increased speed and accuracy.
  • Fact-checking: Verifies the factual accuracy of the review findings to reduce false positives.
  • Automated PR Review: Automatically generates inline review comments on GitHub PRs based on the review findings.
  • Use Case: Ideal for teams that need to review large numbers of PRs quickly and efficiently, ensuring code quality and consistency.

Quick Start

Run the command /review-pr 123 --review-only to initiate a review of PR number 123 in review-only mode.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate code review for GitHub pull requests?

Automated PR review uses the GitHub API and Python to run parallel agent reviews on text and diff data, generating inline comments directly on the pull request.

How does parallel code review with fact-checking work?

Parallel code review runs two reviewers and a fact-checker simultaneously on a pull request, verifying the factual accuracy of findings to reduce false positives before posting comments.

How do I start a GitHub PR review in review-only mode?

Run the command `/review-pr 123 --review-only` to initiate a review of PR number 123, executing the review without applying any changes.

Do I need GitHub API access and Python to run automated PR reviews?

Yes, automated PR review requires GitHub API access to fetch pull request data and Python for executing the parallel review and fact-checking agents.

What is the best way to review a large number of GitHub PRs quickly?

Automated parallel reviews with fact-checking provide the best way to review large numbers of GitHub PRs quickly, ensuring code quality and consistency through simultaneous agent execution.

Can I post inline review comments on a GitHub PR automatically?

Yes, the automated review process generates inline review comments on GitHub PRs based on factual findings from the parallel agent reviews.