coderabbit_pr

Parse GitHub PR AI review comments and generate per-reviewer markdown checklists.

8|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/j0ruge/skills_commands_manager --skill coderabbit-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coderabbit_pr
Source: https://github.com/j0ruge/skills_commands_manager/tree/main/plugins/codereview/skills/coderabbit_pr
Command: npx skills add https://github.com/j0ruge/skills_commands_manager --skill coderabbit-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolve AI review comments on a GitHub PR. Supports CodeRabbit, Copilot, Gemini Code Assist, and Codex — auto-detects which reviewers are present and creates a separate checklist file per reviewer ({reviewer}-review.md), verifies each finding against current code, and helps resolve conversations.

Core Features & Use Cases

  • Detects AI reviewers on a PR and generates per-reviewer checklists.
  • Deduplicates findings across inline comments and review bodies, preserving precision for line-number mappings.
  • Verifies issues against the codebase, recalibrates severity, and guides resolution across reviewers.
  • Tracks progress and outputs a final result summary for auditing.

Quick Start

Provide a PR number to begin parsing AI reviewer comments and generate per-reviewer checklists.

Frequently Asked Questions about coderabbit_pr

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

FAQPage Schema
How do I automatically resolve AI code review comments on a GitHub pull request?

You can automatically resolve AI code review comments by parsing inline PR comments and review-body summaries to generate per-reviewer markdown checklists. The skill deduplicates findings by file and line, verifies issues against current code, and tracks resolution progress for each reviewer.

Does this work with CodeRabbit, Copilot, and Gemini Code Assist PR reviews?

Yes, it auto-detects AI reviewers like CodeRabbit, Copilot, Gemini Code Assist, and Codex on a GitHub PR. It creates a separate checklist file for each reviewer, deduplicating findings across inline comments and review summaries to produce audit-ready records.

How do I create a checklist from CodeRabbit pull request review comments?

Provide a PR number to begin querying the GitHub API and parsing AI reviewer comments. The skill deduplicates findings by file, line, and title prefix, then generates a per-reviewer markdown checklist like coderabbit-review.md with status tracking and a final results summary.

What is the best way to deduplicate AI code review findings across multiple reviewers?

Deduplicating AI code review findings is done by matching file, line number, and the first 100 characters of the comment title. This preserves precision for line-number mappings while consolidating overlapping issues from inline comments and review bodies.

Can I track the resolution status of AI PR review comments in an audit-ready format?

Yes, the skill tracks resolution progress and outputs a final result summary for auditing. It generates per-reviewer markdown checklists that verify each finding against the codebase, recalibrate severity, and guide conversation resolution.

Why are my AI PR review comments duplicated between inline comments and the review body?

AI reviewers often post findings as both inline PR comments and review-body summaries. This skill deduplicates those findings by file, line, and title prefix to ensure a single, accurate entry in the generated per-reviewer checklist.