think
Think through a problem on paper before acting
Handle CodeRabbit AI review cycles after creating a PR
$ npx -y skills add markmdev/meridian --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/coderabbit-reviewContext preview
What this command does when you run it.
Handle CodeRabbit AI review cycles after creating a PR
description: Handle CodeRabbit AI review cycles after creating a PR allowed-tools: Bash, Task
!`[ -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`
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.
Think through a problem on paper before acting
Start a work-until loop that keeps you working on a task until completion