pr-review

Manage GitHub pull request review comments through structured dialogue and implementation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing review comments on an open pull request, ensuring clear communication and efficient implementation of changes.

Core Features & Use Cases

  • Review Management: Organize and prioritize review comments.
  • Dialog & Resolution: Facilitate discussions and reach agreements on feedback.
  • Implementation: Apply agreed-upon changes and update the pull request.
  • Use Case: When you need to respond to a pull request with multiple comments and ensure that all feedback is addressed effectively.

Quick Start

Use the /pr-review command with the PR number to start the review process.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I manage GitHub pull request reviews and address comments efficiently?

Pull request review management is handled by organizing and prioritizing review comments, facilitating discussions, implementing agreed-upon changes, and updating the pull request via GitHub API calls. This ensures all feedback is addressed effectively.

Do I need the gh command-line tool to automate pull request review responses?

Yes, the gh command-line tool is required for GitHub API interactions, and git is required for local repository management. These dependencies execute the calls to verify pull request state, read comments, and update changes.

What is the best way to facilitate dialogue between reviewers and developers on a pull request?

Facilitating dialogue involves managing review comments on a GitHub pull request to structure conversations, reach agreements on feedback, and implement changes. This structured approach ensures clear communication between reviewers and developers.

Can I organize and prioritize multiple review comments on an open GitHub pull request?

You can organize and prioritize multiple review comments on an open pull request by executing a series of git and GitHub API calls. This verifies the pull request state, reads comments, and tracks the dialogue until changes are implemented.

How to apply agreed-upon changes and update a pull request after resolving review feedback?

Applying agreed-upon changes requires executing local git commands to implement modifications and using the gh tool to update the pull request. This bridges local repository management with GitHub API interactions for final resolution.