coderabbit

Triages CodeRabbit findings and generates a structured Markdown report from VSCode workspace reviews.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/lekman/cdn --skill coderabbit-lekman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coderabbit
Source: https://github.com/lekman/cdn/tree/main/.claude/skills/coderabbit
Command: npx skills add https://github.com/lekman/cdn --skill coderabbit-lekman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triages CodeRabbit findings and generates a concise, structured Markdown report that helps teams act on code-review findings quickly.

Core Features & Use Cases

  • Extracts open CodeRabbit findings from VSCode workspace-integrated reviews.
  • Provides triage actions (accepted, outdated, rejected) and optional dismiss/resolution handling.
  • Groups findings for parallel fixes and manages per-repo worktrees to enable safe, isolated fixes.

Quick Start

Run bun .claude/skills/coderabbit/coderabbit-report.ts extract to fetch open findings, then run the report command to generate the Markdown summary.

Frequently Asked Questions about coderabbit

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

FAQPage Schema
How do I triage CodeRabbit findings from repository reviews?

To triage CodeRabbit findings, you can extract open review items from your VSCode workspace and generate a structured markdown report that applies triage decisions like accepted, outdated, or rejected.

What is the best way to generate a markdown report for CodeRabbit code reviews?

Generating a markdown report for CodeRabbit code reviews involves reading JSON review files in your workspace and summarizing open findings, triage actions, and optional fix workflows into a concise document.

Do I need bun to run CodeRabbit triage workflows in a VSCode workspace?

Yes, you need the bun runtime to execute the CLI that reads and writes JSON review files and manages isolated worktrees for CodeRabbit triage workflows within a VSCode workspace context.

How can I group CodeRabbit findings for parallel code fixes?

You can group CodeRabbit findings for parallel fixes by using the triage workflow to manage per-repo worktrees, enabling safe and isolated application of fixes across multiple issues simultaneously.

Can I update CodeRabbit review JSON files with dismiss or resolution statuses?

Yes, the triage process handles optional dismiss and resolution statuses by writing these decisions directly back into the CodeRabbit JSON review files stored within your VSCode workspace.

What are the limitations of using worktrees for CodeRabbit triage?

The worktree-based triage approach is limited to repositories containing CodeRabbit reviews and depends on the VSCode workspace context and the bun runtime to execute the required CLI commands.