pr-review

Apply GitHub PR review comments as code edits and commits.

114|13|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/jellydn/my-ai-tools --skill pr-review-jellydn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/jellydn/my-ai-tools/tree/main/skills/pr-review
Command: npx skills add https://github.com/jellydn/my-ai-tools --skill pr-review-jellydn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates turning PR review feedback into concrete code changes, reducing manual patching and accelerating review cycles.

Core Features & Use Cases

  • Automated Change Application: Applies reviewer comments as code edits across files, creating commit-ready changes.
  • PR-Centric Workflow: Works with GitHub PRs identified by URL or number, with optional auto-detection from the current branch.
  • Use Case: When a reviewer requests a function rename and minor fix across multiple files, this Skill generates and applies the necessary edits, ready for review.

Quick Start

Use the /pr-review command to process the current PR, e.g. /pr-review https://github.com/owner/repo/pull/123 or /pr-review 123. Auto-detects PR from the active branch if no argument is provided.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automatically apply code changes from GitHub pull request review comments?

To automatically apply pull request review feedback, this Skill parses GitHub review comments and generates commit-ready edits across multiple files. It uses the GitHub API or gh CLI to fetch comments and implement the requested modifications directly in your codebase.

What is the best way to turn PR reviewer feedback into actual code edits?

The best way to turn PR reviewer feedback into code edits is using an automated workflow that parses review comments and applies changes. This Skill processes reviewer requests like function renames or minor fixes, generating review-ready commits across your repository files.

Does this automated PR review tool work with a specific GitHub pull request URL or number?

Yes, this automated PR review tool works with GitHub pull requests identified by URL or number. You can provide a full URL like https://github.com/owner/repo/pull/123 or simply the PR number, and it will also auto-detect the PR from your current active branch.

Can I auto-detect a GitHub pull request from my current branch without providing a URL?

Yes, you can auto-detect a GitHub pull request from your current branch without providing a URL. When no argument is specified, the Skill automatically identifies the associated PR for your active branch across multiple repositories and processes its review feedback.

Do I need the gh CLI or GitHub API integration to apply pull request review changes?

Yes, you need either the gh CLI or GitHub API integration to apply pull request review changes. This Skill requires one of these tools to fetch PR review comments and commit the generated edits back to your repository in a review-ready workflow.

What are the limitations of automating code review feedback implementation across multiple files?

The limitations of automating code review feedback implementation include dependency on clear, actionable reviewer comments for accurate edits. Complex architectural suggestions or ambiguous feedback may require manual intervention, and the tool needs valid GitHub API or gh CLI access to function properly.