원클릭으로
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