GeiserX

Coderabbit Loop — Git skill for Claude Code

Git community

Drive the current pull request through a bounded CodeRabbit review-and-fix loop.

How to install Coderabbit Loop

Installs to ~/.claude/skills/geiserx-claude-code-parallel-skills-coderabbit-loop/SKILL.md

Terminal
mkdir -p ~/.claude/skills/geiserx-claude-code-parallel-skills-coderabbit-loop && curl -fsSL https://raw.githubusercontent.com/GeiserX/claude-code-parallel-skills/HEAD/skills/coderabbit-loop.md -o ~/.claude/skills/geiserx-claude-code-parallel-skills-coderabbit-loop/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Coderabbit Loop does

Drive the current pull request through a bounded CodeRabbit review-and-fix loop.

$ARGUMENTS


Options

Parse only leading options; the remainder is optional context.

  • --merge: merge after reaching READY.
  • --release: release after a successful merge; implies --merge.
  • --deploy=: deploy only the named target through its documented path.
  • --max-wait=: total polling budget; default 45m. Accept s, m, or h, with a maximum of 24h.

Reject unknown/mal

Alternatives in Git

  • Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
  • Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★
  • PR Summary — Generate a pull request summary for the current branch 5.8k ★

Full documentation available on GitHub

View Source Repository