coderabbit-review
Handle CodeRabbit AI review cycles after creating a PR
Start a work-until loop that keeps you working on a task until completion
$ npx -y skills add markmdev/meridian --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/work-untilContext preview
What this command does when you run it.
Start a work-until loop that keeps you working on a task until completion
description: Start a work-until loop that keeps you working on a task until completion argument-hint: TASK [--completion-phrase "TEXT"] [--max-iterations N] allowed-tools: Bash
!`[ -f .meridian/scripts/setup-work-until.sh ] || { echo "Error: Run /work-until from project root directory" >&2; exit 1; }; .meridian/scripts/setup-work-until.sh $ARGUMENTS`
!`cat .meridian/prompts/work-until-loop.md`
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.
Handle CodeRabbit AI review cycles after creating a PR