pr-fix

Triage GitHub PR review comments, plan fixes, and push updates.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/jeremygiberson/gh-pr-tasks-plugin --skill pr-fix-jeremygiberson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-fix
Source: https://github.com/jeremygiberson/gh-pr-tasks-plugin/tree/main/skills/pr-fix
Command: npx skills add https://github.com/jeremygiberson/gh-pr-tasks-plugin --skill pr-fix-jeremygiberson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables teams to handle PR feedback efficiently by triaging comments, planning changes, and pushing updates to the PR.

Core Features & Use Cases

  • Triage review comments by file and line with surrounding code context to inform decisions.
  • Create a unified implementation plan that groups changes, notes dependencies, and guides execution.
  • Implement fixes in a controlled sequence, run tests, and push updates to the PR.

Quick Start

Ask me to fix feedback on a PR and I will begin triage, planning, and implementation.

Frequently Asked Questions about pr-fix

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

FAQPage Schema
How do I automate fixing GitHub PR review feedback?

Automating GitHub PR review feedback involves triaging inline comments, generating a unified implementation plan, and pushing code updates. This skill triages review threads by file and line with surrounding context to inform decisions, then implements fixes in a controlled sequence.

How does PR review triage and planning work for inline code comments?

PR review triage groups inline comments by file and line while extracting surrounding code context. It creates a unified implementation plan that groups changes, notes dependencies, and guides execution across multiple files in a staged workflow.

Do I need Git and local repository access to automate pull request fixes?

Yes, automating pull request fixes requires a local environment with Git, gh-pr-review capabilities, and repository access. These dependencies are necessary to fetch PR review threads, triage feedback, implement changes, run tests, and push updates directly to the branch.

What is the best way to manage complex code review changes across multiple files?

Managing complex code review changes across multiple files is best handled by creating a unified implementation plan. This approach groups related changes, notes dependencies between files, and executes fixes in a controlled sequence to maintain codebase stability.

Can I run tests automatically before pushing PR fixes?

Yes, you can run tests automatically before pushing PR fixes. The implementation workflow executes fixes in a controlled sequence, runs tests to validate changes, and pushes updates to the PR only after verifying code integrity.

Why should I use a staged workflow for triaging and implementing pull request updates?

A staged workflow for triaging and implementing pull request updates separates feedback analysis from code changes. This separation ensures all review comments are grouped with code context, dependencies are noted, and fixes are executed sequentially, reducing the risk of incomplete or conflicting updates.