pr-review

Analyze GitHub pull request diffs and stage comments for approval.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of getting thorough code reviews for pull requests, ensuring code quality and catching potential issues before they are merged.

Core Features & Use Cases

  • Multi-Perspective Analysis: Analyzes code across various lenses like bugs, security, performance, style, complexity, testing, and documentation.
  • Staged Comments: Presents review comments for user approval before submission, allowing for edits or additions.
  • Use Case: A developer submits a pull request and uses the command "review PR #123" to get a detailed analysis, including potential security vulnerabilities and performance bottlenecks, with actionable suggestions.

Quick Start

Use the pr-review skill to review pull request number 456.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I get a code review for a GitHub pull request?

You can get a code review for a GitHub pull request by triggering an automated analysis of your PR diffs. The review evaluates changes across bugs, security, performance, and style, then stages comments for your approval before batch submission.

What does an automated pull request review analyze?

An automated pull request review analyzes code diffs across multiple perspectives including bugs, security vulnerabilities, performance bottlenecks, code style, complexity, testing, and documentation to provide actionable suggestions.

Can I approve or edit code review comments before they are submitted to GitHub?

Yes, you can approve or edit code review comments before they are submitted to GitHub. The tool presents staged comments for your review, allowing you to make edits or additions before batch submission via the GitHub API.

Does the code review tool support severity filtering for PR comments?

Yes, the code review tool supports severity filtering for PR comments. It can process various review events and filter the generated comments by severity levels before staging them for your final approval.

Do I need any dependencies to run automated GitHub PR reviews?

No, you do not need any external dependencies to run automated GitHub PR reviews. The tool operates independently to analyze pull request diffs and submit staged comments directly via the GitHub API.