fix-pr-review

Validate and fix unaddressed pull request review feedback on GitHub.

45|7|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/richkuo/rk-skills --skill fix-pr-review-richkuo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr-review
Source: https://github.com/richkuo/rk-skills/tree/main/skills/fix-pr-review
Command: npx skills add https://github.com/richkuo/rk-skills --skill fix-pr-review-richkuo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual back-and-forth of addressing pull request review comments by autonomously validating, fixing, and verifying feedback from human reviewers, bots, and CI checks.

Core Features & Use Cases

  • Automated Validation: Traces every review finding to specific lines of code to distinguish between valid defects and stale or incorrect suggestions.
  • Autonomous Resolution: Implements fixes for confirmed issues and derives the absolute-best solution for judgment calls or optional improvements without pausing for user input.
  • CI Integration: Automatically identifies and addresses failing CI checks, resolving merge conflicts, and triggering re-reviews.

Quick Start

Trigger the fix-pr-review skill to automatically address all pending review comments and failing checks on the current pull request.

Frequently Asked Questions about fix-pr-review

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

FAQPage Schema
How do I automatically resolve GitHub pull request review comments?

To automatically resolve GitHub pull request review comments, trigger the fix-pr-review skill to fetch formal reviews, inline diff threads, and CI status to validate findings and implement targeted code modifications.

Can I automate fixing failing CI checks on a pull request?

You can automate fixing failing CI checks on a pull request by triggering the fix-pr-review skill, which identifies failing checks, resolves merge conflicts, implements fixes, and triggers re-reviews.

How does automated PR review validation distinguish valid defects from stale suggestions?

Automated PR review validation traces every review finding to specific lines of current code to distinguish between valid defects and stale or incorrect suggestions before implementing fixes.

What is the best way to address unaddressed PR review feedback without manual input?

The best way to address unaddressed PR review feedback autonomously is using fix-pr-review, which derives the absolute-best solution for judgment calls without pausing for user input and verifies changes through local build and test execution.

Do I need to manually verify code changes after automating pull request review fixes?

No, you do not need to manually verify code changes after automating pull request review fixes because the skill ensures high-quality outcomes by verifying all changes through local build and test execution.

What types of pull request feedback can be autonomously resolved?

Pull request feedback from human reviewers, bots, and CI checks can be autonomously resolved by validating findings against current code and applying an absolute-best solution standard to implement fixes.