pr-review-reply

Automates triage of bot review comments on GitHub pull requests.

7|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/makoMakoGo/code-dispatcher-toolkit --skill pr-review-reply-makomakogo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-reply
Source: https://github.com/makoMakoGo/code-dispatcher-toolkit/tree/main/skills/pr-review-reply
Command: npx skills add https://github.com/makoMakoGo/code-dispatcher-toolkit --skill pr-review-reply-makomakogo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of handling bot-generated code review comments on pull requests, from detection to resolution.

Core Features & Use Cases

  • Autonomous Triage: Automatically verifies, fixes, or rebuts bot findings without user intervention.
  • Multi-Bot Support: Integrates with various AI code reviewers like Gemini and CodeRabbit.
  • Use Case: When a PR is submitted, this Skill can autonomously address all comments from CodeRabbit and Gemini, ensuring the PR is clean before human review.

Quick Start

Use the pr-review-reply skill to triage all bot comments on the current pull request.

Frequently Asked Questions about pr-review-reply

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

FAQPage Schema
How do I automate GitHub PR review replies to bot comments?

Automating GitHub PR review replies is done by triaging bot comments autonomously, fetching signals from AI reviewers, verifying findings against code, and replying within the correct GitHub thread to resolve handled comments.

What is the best way to handle CodeRabbit and Gemini PR review findings?

Handling CodeRabbit and Gemini PR review findings is best achieved by autonomously verifying the bot findings against CI, deciding between fixing or rebutting, and replying directly within the GitHub thread without user intervention.

Can I use automation to resolve AI code reviewer threads on my pull requests?

You can resolve AI code reviewer threads on pull requests using this Skill, which manages the end-to-end triage of bot review comments, verifies findings, and resolves handled threads autonomously.

Does the PR review triage automation work with pending reviews and rate-limited bots?

PR review triage automation handles complex scenarios like pending reviews, rate-limited bots, and body-only findings, ensuring a streamlined GitHub pull request review process by verifying and addressing these edge cases.

Why do I need to verify bot findings against code and CI before replying?

Verifying bot findings against code and CI is required to accurately decide between fixing or rebutting AI reviewer comments, ensuring that only validated issues are addressed and replied to within the correct GitHub thread.