coderabbit-review
Installation
SKILL.md
Coderabbit Review
Workflow
- After implementing code changes, request a review from CodeRabbit
- Analyze the review results and understand the feedback
- Fix the identified issues
- Re-run the review if necessary to confirm fixes
Command Reference
--prompt-only: Show only AI agent prompts (implies --plain)--plain: Output in plain text format with human-friendly formatting--type <type>: Review type: all, committed, uncommitted (default: "all")--base <branch>: Base branch for comparison--base-commit <commit>: Base commit on current branch for comparison--cwd <path>: Working directory path (default: current directory)
Command Selection
Related skills
More from showcase-gig-platform/scg-ai-playbook
create-pr
GitHub Pull Request を作成するときに使う。ユーザーが PR を作りたい、PR本文やタイトルのドラフトを差分から作りたい、既存の PR テンプレートに沿って内容を埋めたいと言ったときに適用する。実行時に新規ブランチや add/commit が必要な場合もこのスキル内で行う。カレントが main または release/* または epic/* のときは、新規ブランチを作る必要があるか必ずユーザーに聞く。それ以外は普段は質問せず、必要ならブランチ作成・コミット・プッシュしてから PR を作成する。ベースブランチは origin のリモートブランチから候補を推定してユーザー確認を取る。
5create-branch
現在の変更内容を確認し、適切なブランチ名を提案してブランチを作成するときに使う。ユーザーが「ブランチ作って」「作業用ブランチ切りたい」「変更に合わせてブランチ名を決めて」と言ったとき、または新規作業を始める前にブランチを作りたいときに適用する。git status / diff を確認し、プレフィックス規則(feat/fix/release/epic)に従ってブランチ名を提案し、ユーザー確認後に git checkout -b で作成する。
1