一键导入
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