pr-review-resolver

Automates resolving GitHub PR review comments from bots via diffs or suggested fixes.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/chipoto69/claude-skills --skill pr-review-resolver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-resolver
Source: https://github.com/chipoto69/claude-skills/tree/main/pr-review-resolver
Command: npx skills add https://github.com/chipoto69/claude-skills --skill pr-review-resolver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates monitoring, evaluating, and resolving PR review comments from CodeRabbit and Qodo bots to streamline code reviews and maintain PR quality.

Core Features & Use Cases

  • Monitors PRs for bot comments, categorizes issues by severity, and prioritizes fixes.
  • Applies diffs or suggested changes, commits the fixes, and replies with a reference to the commit.
  • Runs in continuous loop mode (ralph-loop) to handle new comments across ongoing review cycles.

Quick Start

  • Resolve a specific PR: /pr-resolve owner/repo#123
  • Resolve current PR on the checked-out branch: /pr-resolve owner/repo
  • Run in continuous Ralph-loop: /ralph-loop "/pr-resolve owner/repo#123"

Frequently Asked Questions about pr-review-resolver

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

FAQPage Schema
How do I automatically resolve PR review comments from CodeRabbit and Qodo?

To automatically resolve PR review comments, this Skill monitors GitHub PRs, evaluates open bot comments, applies suggested diffs or replacements, commits the fixes, and posts resolution updates referencing the commit.

How do I automate fixes for pull request review comments using suggested changes?

Automating fixes for pull request review comments involves categorizing issues by severity, applying suggested changes or diffs, and committing the fixes directly to the branch with an automated reply referencing the commit.

Can I continuously monitor and resolve new GitHub PR review comments in a loop?

Yes, you can continuously monitor and resolve new GitHub PR review comments by running the Skill in continuous Ralph-loop mode, which handles new comments across ongoing review cycles automatically.

Do I need GitHub CLI and Git access to automate pull request comment resolution?

Yes, you need GitHub CLI (gh) and Git access with a valid token to automate pull request comment resolution, as the Skill requires these to analyze comments, apply diffs, and commit fixes.

What is the best way to handle repetitive CodeRabbit bot suggestions on GitHub pull requests?

The best way to handle repetitive CodeRabbit bot suggestions on GitHub pull requests is using an automated workflow that evaluates comments, applies diffs, and commits fixes without manual intervention.

Why does my automated PR review comment resolver fail to apply diffs?

Automated PR review comment resolution fails to apply diffs when GitHub CLI (gh) or Git access lacks a valid token, preventing the Skill from analyzing open comments and committing fixes.