fix-pr

Automate GitHub PR repair by applying review feedback and re-requesting reviews.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/tecnologia-ibtech/geo-codex --skill fix-pr-tecnologia-ibtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr
Source: https://github.com/tecnologia-ibtech/geo-codex/tree/main/geo-git/skills/fix-pr
Command: npx skills add https://github.com/tecnologia-ibtech/geo-codex --skill fix-pr-tecnologia-ibtech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the correction of rejected pull requests by interpreting review feedback, applying focused code changes, and re-submitting for review.

Core Features & Use Cases

  • Automated feedback interpretation: gathers inline and summary comments from PR reviews.
  • Targeted fixes: applies minimal edits to address reviewer notes without broad refactors.
  • End-to-end PR workflow: checks out the PR branch, commits changes, pushes, and re-requests reviews to restore momentum.

Quick Start

Use fix-pr to automatically fetch review feedback, apply fixes, push the updated branch, and re-request reviews.

Frequently Asked Questions about fix-pr

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

FAQPage Schema
How do I automatically fix a rejected GitHub pull request?

To automatically fix a rejected GitHub pull request, you can use a workflow that reads review feedback, applies targeted code changes, and pushes the updated branch to re-request reviews. This process automates the entire PR repair sequence.

What is the best way to address code review changes requested on a PR?

The best way to address changes requested on a PR is to gather inline and summary comments, apply minimal edits to resolve the notes without broad refactors, and re-submit the branch. This ensures focused fixes that restore momentum.

Do I need git and gh installed to automate pull request fixes?

Yes, you need both git and gh installed to automate pull request fixes. These tools orchestrate PR operations, handle branch checkouts, commit changes, and enforce a safe, auditable sequence for pushing updates and re-requesting reviews.

Can I automate re-requesting reviews after pushing code fixes?

Yes, you can automate re-requesting reviews after pushing code fixes. The workflow commits changes, pushes the updated branch, and automatically re-requests reviews to notify reviewers that the requested modifications have been addressed.

Does automated PR repair apply broad refactors to resolve review notes?

No, automated PR repair does not apply broad refactors to resolve review notes. It applies targeted fixes by making minimal edits to address specific reviewer feedback, ensuring the changes remain focused and auditable.