wasabeef

Coderabbit Fix — Development skill for Claude Code

Development community

Fetch CodeRabbit review comments, fix actionable items, verify changes, and resolve addressed threads.

How to install Coderabbit Fix

Installs to ~/.claude/commands/wasabeef-agentnote-coderabbit-fix.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/wasabeef/AgentNote/HEAD/.claude/commands/coderabbit-fix.md -o ~/.claude/commands/wasabeef-agentnote-coderabbit-fix.md

Restart Claude Code, or start a new session, for it to be picked up.

What Coderabbit Fix does


description: Fetch CodeRabbit review comments, fix actionable items, verify changes, and resolve addressed threads. argument-hint: [pr-number]

CodeRabbit Fix Workflow

Use the repo-local CodeRabbit review skill.

  1. Determine the PR first. Use the provided PR number when present; otherwise use the current branch via gh pr view --json number,url, with gh pr list --head "$(git branch --show-current)" --json number,url,state as a fallback.
  2. Fetch review threads directly with `gh ap

Alternatives in Development

  • Epic Review — Mark epic review requested, approved, or changes requested 243.5k ★
  • /intel — Fetch actionable intelligence for a target 1.8k ★
  • Stop Review Gate — You are reviewing uncommitted changes before the author finishes their turn 664 ★

Full documentation available on GitHub

View Source Repository