pr-review

Automate GitHub pull request reviews with checks, comments, and fixes.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/olimpus-soft/olimpus-claude-skills --skill pr-review-olimpus-soft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/olimpus-soft/olimpus-claude-skills/tree/main/plugins/pr-review-toolkit/skills/pr-review
Command: npx skills add https://github.com/olimpus-soft/olimpus-claude-skills --skill pr-review-olimpus-soft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, pr-comments-resolver, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the review process for Pull Requests, significantly reducing the time and effort required for code audits and improving review consistency.

Core Features & Use Cases

  • Comprehensive Analysis: Automatically analyze PRs for code quality, security issues, and adherence to best practices.
  • Automated Feedback: Generate detailed review comments and recommendations, reducing manual review time.
  • Use Case: For a developer submitting a PR, this Skill can provide immediate feedback on code quality, security vulnerabilities, and potential improvements.

Quick Start

Analyze the Pull Request with the pr-review skill.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate Pull Request review on GitHub?

Automate Pull Request review by executing checks, generating comments, and applying fixes to code. Requires gh for GitHub operations and the pr-comments-resolver skill for automated comment resolution.

What kind of automated feedback can I get from a code analysis for a PR?

Automated feedback includes detailed review comments and recommendations on code quality, security issues, and adherence to best practices, significantly reducing manual review time.

Do I need the gh CLI to run automated PR checks and comment resolution?

Yes, you need the gh CLI installed for GitHub operations, alongside the pr-comments-resolver skill for automated comment resolution.

Can I use this automated PR review for organizations using GitHub for code collaboration?

Yes, this automated PR review is suitable for organizations using GitHub for code collaboration. It provides immediate feedback on code quality, security vulnerabilities, and potential improvements.

How does automated comment resolution work with code fixes in a Pull Request?

Automated comment resolution works by executing PR checks and generating comments. The pr-comments-resolver skill then applies fixes to code and resolves the comments automatically.