Help us improve
Share bugs, ideas, or general feedback.
From meridian
Runs iterative loop using CodeRabbit task prompt to address all AI review issues after PR until completion phrase met, max 20 iterations.
npx claudepluginhub markmdev/meridianHow this command is triggered — by the user, by Claude, or both
Slash command
/meridian:coderabbit-reviewThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# 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`/pr-review-fix-loopRuns iterative PR review and autofix loop: reviews code, fixes issues above criticality threshold with auto-detected test/lint commands, repeats until clean. Supports Ruby, Node, Python, Go, Rust.
/reviewRuns CodeRabbit AI code review on git changes (all/committed/uncommitted), grouping findings by critical/suggestions/positive severity. Supports --base <branch>.
/handle-pr-commentsIterates through all PR review comments, fixes issues, responds to threads, and ensures CI passes before marking the PR complete.
/review-loopRuns iterative review loop on existing PR: simplify code, parallel code/security reviews, wait for CI/CD, fix issues, repeat until clean.
/create-prCreates pull requests with conventional commit titles and structured descriptions. Supports draft mode and optional dual AI review (CodeRabbit + Claude) before creation.
/polishIteratively drives a pull request to meet all 6 green conditions (CI passing, no merge conflicts, CodeRabbit approval, resolved comments, etc.) via fix-and-verify loops. Does not merge.
Share bugs, ideas, or general feedback.
![ -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