← スキル一覧に戻る

cr-local
by ThrownLemon
Claude Code plugin marketplace - code quality, productivity, and development tools
⭐ 1🍴 0📅 2026年1月16日
SKILL.md
name: cr-local description: Local code review using CodeRabbit CLI. Use when user wants to review changes before committing or pushing. triggers:
- "review my code"
- "check my changes"
- "coderabbit review"
- "code review locally"
- "review before commit"
- "run code review"
- "analyze my code"
- "find bugs in my code"
- "quality check"
- "check for issues"
- "review what I wrote"
- "any problems with my code"
- "scan my changes"
Local Code Review with CodeRabbit CLI
When the user wants to review their local code changes before committing or pushing, delegate to the cr-reviewer subagent.
When to Use
Use this skill when the user:
- Asks to "review my code" or "check my changes"
- Mentions CodeRabbit and reviewing
- Wants to run a code review before committing
- Wants to check for issues in their changes
What the Subagent Handles
The cr-reviewer subagent will:
-
Check Prerequisites
- Verify CodeRabbit CLI is installed
- Check authentication status
- Guide through setup if needed
-
Run Review
- Execute
coderabbit --prompt-only - Default to
--type all(uncommitted + committed changes) - Auto-detect base branch
- Execute
-
Present Results
- Parse and categorize findings by severity
- Show summary with actionable items
-
Interactive Fix Loop
- Apply suggested fixes
- Re-run review to verify
- Continue until resolved
-
Handle Rate Limits
- Detect rate limit errors
- Offer alternatives (wait, smaller changeset, manual review)
Default Options
- type:
all(both uncommitted and committed changes) - base: Auto-detect from
refs/remotes/origin/HEAD
Example Triggers
- "Review my changes before I commit"
- "Can you check my code with coderabbit?"
- "Run a code review on what I've done"
- "Check if there are any issues in my changes"
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です