pr-review-apply

Apply planned PR review fixes to the working tree.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apply PR Review Fixes enables you to safely apply ticketed feedback from a PR review plan directly to your working tree, ensuring changes stay local and do not affect the remote repository or CLAUDE.md until you are ready.

Core Features & Use Cases

  • Read the plan artifact generated by /pr-review:pr-review-plan and verify each finding against the current code before applying.
  • Apply fixes per the plan in a deterministic, file-by-file workflow, collecting results for a single batch update.
  • Run as part of the PR review pipeline to transition from triage to apply, post, and eventual lesson extraction.

Quick Start

Apply the fixes described in the latest plan file to the working tree and prepare for posting.

Frequently Asked Questions about pr-review-apply

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

FAQPage Schema
How do I apply code review fixes to my local working tree?

To apply code review fixes locally, this Skill reads a PR review plan artifact and applies its planned edits directly to your working tree, keeping changes local without affecting the remote repository.

What is a plan-driven PR review workflow?

A plan-driven PR review workflow validates each code change against current code before applying edits, batching updates into a single operation to ensure safe, deterministic fixes across files.

Do I need a review plan before applying PR fixes?

Yes, you need a plan artifact generated by a review planning step. This Skill verifies each planned finding against the current code state before applying any local changes.

Can I batch code review changes before committing to git?

Yes, this Skill collects and batches updates by applying edits file-by-file per the plan, preparing them for posting while ensuring changes remain in your local working tree.

Will applying PR review fixes affect my remote git repository?

No, applying PR review fixes keeps changes strictly local in your working tree. Your remote repository and configuration files remain unaffected until you explicitly batch and post the updates.

What is the best way to automate applying ticketed PR feedback?

The best way to automate applying ticketed PR feedback is using a deterministic, file-by-file workflow that validates each change against current code and batches the results for a single update.