pr-fix

Apply PR review comments locally and generate pr-fix-report.md.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/dwertent/.cursor --skill pr-fix-dwertent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-fix
Source: https://github.com/dwertent/.cursor/tree/main/skills/pr-fix
Command: npx skills add https://github.com/dwertent/.cursor --skill pr-fix-dwertent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically apply PR review feedback by locating inline and general comments, applying safe fixes to the local branch, and producing a consolidated report for review.

Core Features & Use Cases

  • Retrieve inline, general, and review-summarized comments from a pull request via GitHub API.
  • Evaluate each suggestion, apply the most appropriate fixes locally, and document decisions in a generated report.
  • Use when you want to streamline PR feedback processing without changing history or introducing unintended changes.

Quick Start

Apply PR review suggestions to the local branch and generate the pr-fix-report.md.

Frequently Asked Questions about pr-fix

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

FAQPage Schema
How do I apply GitHub PR review comments locally?

To apply PR review comments locally, the Skill retrieves inline, general, and review-summarized feedback via the GitHub API, evaluates each suggestion, and applies the appropriate fixes directly to your local branch while documenting decisions in a generated report.

Can I automatically fix pull request feedback across forks and branches?

Yes, you can automatically fix pull request feedback across branches and forks. The Skill processes inline and general comments from open PRs, applying safe fixes to the local checkout without altering commit history or introducing unintended changes.

Do I need GitHub CLI and a clean working tree to process PR review suggestions?

Yes, you need GitHub CLI and a local repository checkout to process PR review suggestions. The Skill validates a clean working tree before starting to ensure safe application of fixes and accurately writes results to pr-fix-report.md.

What is the best way to generate a report for applied pull request fixes?

The best way to generate a report for applied pull request fixes is using this automated approach, which evaluates each suggestion, applies the most appropriate fixes locally, and consolidates all decisions into a detailed pr-fix-report.md file for your review.

How does processing PR review feedback locally affect my git history?

Processing PR review feedback locally does not affect your git history. The Skill applies safe fixes to the current working branch and streamlines feedback processing without changing history or introducing unintended changes to your repository.