pr-fix

Apply PR review feedback as commits on a dedicated branch.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates implementing requested changes from PR reviews, reducing manual rework and speeding up delivery.

Core Features & Use Cases

  • Automatically apply code changes described in PR reviews to address feedback consistently.
  • Use case: when a reviewer requests fixes, the skill iterates through the review comments and updates the relevant files, commits, and pushes fixes on a new branch.
  • Ensures deterministic changes by following the PR metadata and commit history.

Quick Start

Run the pr-fix workflow on a pull request to automatically implement all approved review changes.

Frequently Asked Questions about pr-fix

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

FAQPage Schema
How do I automatically apply code review feedback to a GitHub pull request?

Automatically applying code review feedback to a pull request is done by running a GitHub Actions workflow that parses PR metadata and review comments to commit fixes on a new dedicated branch.

How does automating pull request fixes work with commit history?

Automating pull request fixes works by relying on PR metadata, review comments, and commit history to reproduce approved changes deterministically in GitHub Actions without manual code updates.

Can I use GitHub Actions to implement requested changes from PR reviews?

Yes, you can use GitHub Actions to implement requested changes from PR reviews by running a workflow that parses reviewer feedback, updates the relevant files, and pushes fixes as commits on a dedicated branch.

What is the best way to speed up delivery by addressing PR review comments?

The best way to speed up delivery by addressing PR review comments is automating the implementation of requested changes, which reduces manual rework by iterating through feedback and consistently updating files on a dedicated branch.

Does automated PR fixing support deterministic changes based on reviewer feedback?

Yes, automated PR fixing ensures deterministic changes by strictly following the PR metadata, review comments, and commit history to reproduce approved changes consistently within your GitHub Actions workflow.