Skip to content
Development
Command

/coderabbit-review

Handle CodeRabbit AI review cycles after creating a PR

From plugin
meridian
1813 skills8 agents3 commands7 hooks
Install
$ npx -y skills add markmdev/meridian --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/coderabbit-review

Context preview

What this command does when you run it.

Handle CodeRabbit AI review cycles after creating a PR

Command definition

coderabbit-review.md
description: Handle CodeRabbit AI review cycles after creating a PR
allowed-tools: Bash, Task

CodeRabbit Review Loop

!`[ -f .meridian/scripts/setup-work-until.sh ] || { echo "Error: Run /coderabbit-review from project root directory" >&2; exit 1; }; .meridian/scripts/setup-work-until.sh "$(cat .meridian/prompts/coderabbit-task.md)" --completion-phrase "All CodeRabbit issues addressed" --max-iterations 20`

!`cat .meridian/prompts/work-until-loop.md`

Ships withmeridian

Meridian makes Claude Code more reliable on real projects. It adds persistent project context, smarter session handoff, and lightweight workflow enforcement so Claude is less likely to lose the plot halfway through a long task.

Get the whole plugin