← Back to list

review-with-subagent
by rstacruz
⭐ 6🍴 1📅 Jan 24, 2026
SKILL.md
name: review-with-subagent description: Instructions for reviewing changes using subagents. Use after implementation and verification are complete
Review with Subagent
Spawn a general subagent to review changes against the plan and quality standards.
Workflow
-
Prepare review data:
- Plan document (TDD/PRD)
- Change summary and file locations
git diff --no-ext-diffoutput
-
Provide guidelines to subagent:
Review changes and provide feedback on:
- **Plan alignment:** Verify changes implement planned requirements. Flag any deviations from the plan as P1.
- Code quality and best practices
- Potential bugs or issues
- Suggestions for improvements
- Architecture and design decisions
- Security vulnerabilities and concerns
- Documentation consistency (README, etc.)
Feedback priority:
- P1: Must address before merging (includes plan deviations, bugs, security issues)
- P2: Should address
- P3: Nitpicks
Format:
### [P2] Issue title
- See: file.ts:89
- Description and suggested fix with code example
Be constructive, specific, and brief. Focus on actionable feedback, not praise.
- Address feedback:
- Fix P1 issues immediately
- Address P2/P3 as appropriate
Score
Total Score
60/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon