ワンクリックで
coderabbit
Run CodeRabbit CLI code review and interactively fix issues
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run CodeRabbit CLI code review and interactively fix issues
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Write detailed commit messages and create commits
Run formatters and linters, then fix reported issues
Generate PR title and description from branch diff against origin/main
Comprehensive PR review with detailed explanations and constructive feedback
Analyze and resolve git merge conflicts with guided assistance
Split a bloated PR into a stack of small, reviewable PRs
| name | coderabbit |
| description | Run CodeRabbit CLI code review and interactively fix issues |
| triggers | ["coderabbit","code review","review code","analyze code","code quality"] |
Use this skill to run CodeRabbit CLI code reviews and interactively fix reported issues.
# Default: Compare against origin/main
coderabbit review --prompt-only --base origin/main
# Alternative: For uncommitted changes only
coderabbit review --prompt-only --type uncommitted
Note: CodeRabbit reviews can take 7-30+ minutes. Inform the user.
Group findings into categories such as:
For each cluster, present ALL findings with:
Be opinionated:
Use AskUserQuestion ONCE per cluster:
When user approves a cluster:
# Verify lint passes
make lint
# Run tests
make test/failed-only
# Optional: Run CodeRabbit again to verify
coderabbit review --prompt-only --base origin/main
curl -fsSL https://cli.coderabbit.ai/install.sh | sh