npx claudepluginhub arnwaldn/atum-system --plugin atum-system/coderabbit-reviewRuns iterative loop using CodeRabbit task prompt to address all AI review issues after PR until completion phrase met, max 20 iterations.
Run an AI-powered code review using CodeRabbit.
pwdgit rev-parse --is-inside-work-tree 2>/dev/null && echo "Yes" || echo "No"git branch --show-current 2>/dev/null || echo "detached HEAD"git status --porcelain 2>/dev/null | head -1 | grep -q . && echo "Yes" || echo "No"Review code based on: $ARGUMENTS
Skip these checks if you already verified them earlier in this session.
Otherwise, run:
coderabbit --version 2>/dev/null && coderabbit auth status 2>&1 | head -3
If CLI not found, tell user:
CodeRabbit CLI is not installed. Run in your terminal:
curl -fsSL https://cli.coderabbit.ai/install.sh | shThen restart your shell and try again.
If "Not logged in", tell user:
You need to authenticate. Run in your terminal:
coderabbit auth loginThen try again.
Once prerequisites are met:
coderabbit review --plain -t <type>
Where <type> from $ARGUMENTS:
all (default) - All changescommitted - Committed changes onlyuncommitted - Uncommitted onlyAdd --base <branch> if specified.
Group findings by severity:
Offer to apply fixes if codegenInstructions are present.