pull-request-skill

Fetch CodeRabbit AI PR review comments from GitHub pull requests.

14|1|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/marcioaltoe/claude-craftkit --skill pull-request-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull-request-skill
Source: https://github.com/marcioaltoe/claude-craftkit/tree/main/plugins/reviewer/skills/pull-request-skill
Command: npx skills add https://github.com/marcioaltoe/claude-craftkit --skill pull-request-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @octokit/graphql, @octokit/plugin-retry, @octokit/plugin-throttling, @octokit/rest, @octokit/types, dotenv, winston, zod.

What problem does it solve?

This Skill simplifies the process of managing and resolving CodeRabbit AI review comments on GitHub Pull Requests. It automates downloading, organizing, and tracking review feedback, making it easier to prioritize and fix issues.

Core Features & Use Cases

  • Download Reviews: Fetches all CodeRabbit AI comments from a PR, categorizing them by severity (critical, major, trivial).
  • Organize & Prioritize: Structures comments into resolvable issues and general comments, saving them locally for systematic resolution.
  • Track Status: Monitors the resolution progress of issues, providing clear summaries and next steps.
  • Use Case: "Download CodeRabbit reviews for PR #123, then show me the summary of critical issues that need fixing."

Quick Start

Download CodeRabbit reviews for the latest open pull request and display the summary.

Frequently Asked Questions about pull-request-skill

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

FAQPage Schema
How do I download and organize CodeRabbit PR review comments from GitHub?

Download CodeRabbit reviews by fetching AI comments from a GitHub pull request, then organize them by severity level (critical, major, trivial) and categorize them into resolvable issues and general comments. The Skill automates this process and saves structured feedback locally for systematic resolution.

Can I automate PR review management with GitHub and CodeRabbit?

Yes. This Skill automates downloading CodeRabbit AI review feedback from pull requests, prioritizes issues by severity, tracks resolution status, and generates summaries. It integrates with GitHub via Octokit APIs and requires a GitHub access token with repo scope.

What do I need to set up before using automated PR review tracking?

You need a GitHub access token with repo scope, Node.js or Bun runtime, and the Octokit libraries for API communication. The Skill handles the rest, writing organized review files and logs to a local .reviews directory.

How do I prioritize CodeRabbit feedback by issue severity?

The Skill fetches CodeRabbit comments and automatically categorizes them into critical, major, and trivial severity levels. This structured prioritization helps you address the most impactful issues first and track fix progress systematically.

Does this work with GitHub pull requests and Octokit?

Yes. The Skill uses Octokit REST and GraphQL APIs to fetch CodeRabbit review comments directly from GitHub pull requests. It applies retry and throttling plugins to handle API limits reliably.