coderabbit
Installation
SKILL.md
CodeRabbit Review Triage
Fetch and analyze CodeRabbit review comments from a GitHub PR, or run a local CodeRabbit CLI review. Default mode fetches from the remote PR. Use --local to run the CLI against local diffs.
Arguments
Parse $ARGUMENTS for:
<pr-number>— integer PR number<pr-url>— GitHub PR URL (e.g.,https://github.com/owner/repo/pull/123), extract the PR number from the path--local— switch to local review mode (see below)
Mode Dispatch
If $ARGUMENTS contains --local, strip it and forward remaining arguments to references/local-review.md. Follow that workflow instead of continuing here. All flags after --local (--base, --base-commit, --type, --config) are forwarded to the local workflow.
Otherwise, continue with the PR comment analysis workflow below.