pr-review

Automate pull request reviews with pr-agent CLI and inline suggestions.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/muskie9/agents --skill pr-review-muskie9
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/muskie9/agents/tree/main/skills/pr-review
Command: npx skills add https://github.com/muskie9/agents --skill pr-review-muskie9

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pr-agent, code-review:code-review, and includes scripts (resource) components.

What problem does it solve?

The pr-review Skill unit solves the problem of time-consuming and inefficient manual PR review processes. It automates many steps in pull request review by integrating with pr-agent (local CLI) and optionally with the Claude second-pass skill, enhancing review consistency and thoroughness.

Core Features & Use Cases

  • Automated Review Creation: Posts high-level and inline reviews with suggestions directly from pr-agent CLI.
  • Review Tracking: Enables you to track all feedback comments and make sure that all points have been addressed.
  • Collaborative Review Process: Integrates with Claude second-pass to add another layer of code PR review.

Quick Start

To request a PR review using the pr-review skill, execute the command 'pr-agent --pr_url <pr-url> review'.

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 reviews using pr-agent?▼

Automate pull request reviews by running the 'pr-agent --pr_url <pr-url> review' command to generate high-level summaries, inline suggestions, and collaborative feedback directly from your CLI.

What is a second-pass code review and how does it enhance PR feedback?▼

A second-pass code review adds an automated layer of analysis on top of initial feedback. Integrating the Claude second-pass skill enhances review consistency and thoroughness by catching missed issues.

Does the pr-review Skill work with local CLI tools for code analysis?▼

Yes, the pr-review Skill integrates with the pr-agent local CLI to automate code analysis. It posts high-level reviews and inline code suggestions directly through the command line interface.

How do I track feedback comments to ensure all PR review points are addressed?▼

Track feedback comments during the pull request review to ensure all points are addressed. The Skill automates review workflows to monitor feedback and maintain consistency throughout the collaboration process.

Can I post inline code suggestions automatically during a PR review?▼

Yes, you can post inline code suggestions automatically. The Skill leverages pr-agent to generate and post specific code improvements directly within the pull request interface.

What are the limitations of automating code review for developer productivity?▼

Automated code review for developer productivity requires the pr-agent CLI dependency and optional code-review skills for second-pass analysis. It is intended to streamline workflows but relies on proper CLI configuration.