← Back to list

requesting-code-review
by asadullah48
Unified Claude.ai Skills Marketplace - 39+ production-ready skills for development workflows, hackathon projects, and AI automation
⭐ 0🍴 1📅 Jan 24, 2026
SKILL.md
name: requesting-code-review description: Use when code review is needed - after each task in subagent-driven development, before merging to main, or after completing major features
Requesting Code Review
Overview
Code review should happen systematically throughout development.
Core principle: Review after each task in subagent-driven development, before merging, and after major features.
When to Request Review
- After each task in subagent-driven development
- Before merging to main branch
- After completing major features
- When uncertain about implementation approach
The Process
Step 1: Get Commit Hashes
Identify the commits or changes to be reviewed.
Step 2: Dispatch Code Reviewer
Use the code-reviewer subagent with:
- Commit range or diff
- Specific focus areas if needed
- Context about the task
Step 3: Address Feedback
Respond to feedback based on severity:
- Critical: Fix immediately
- Important: Resolve before proceeding
- Minor: Note for later
Integration Points
- Subagent-driven development: Review after each task implementation
- Plan execution: Review between batches or after completion
- Ad-hoc features: Review before committing
Common Mistakes
- Skipping reviews for "simple" changes
- Waiting too long to request review
- Not addressing critical feedback
- Batching too many changes for review
Red Flags - STOP
- "This change is simple, skip review"
- "I'll request review later"
- Ignoring critical feedback without justification
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon