← Back to list

review
by arttttt
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: review description: "Code review. Use when the user invokes /review or asks for a review of changes tied to an issue."
Review Command
Behavior Profile
Use the reviewer skill as the behavior profile for this command.
Treat its rules as mandatory.
Follow CLAUDE.md, conventions.md, and ARCHITECTURE.md.
Task
Conduct code review and record findings.
Interaction Contract
- Read issue details and change scope.
- Perform review and prepare verdict.
- Show verdict and ask about unrelated issues.
- Save review comment via
beads.
Algorithm
Step 1: Get issue
- If ID missing → ask "Which issue to review?"
- Normalize ID: add
DCATgBot-prefix if missing - Use
beadsto get issue details - Determine scope: changed files from branch
Step 2: Review
- Read
ARCHITECTURE.mdandconventions.mdfirst - Review checklist: correctness, architecture, security, code quality
- Categorize: related vs unrelated findings
- Produce verdict
Step 3: Confirm
## Review Complete
Status: <verdict>
### Related Findings
<related>
### Unrelated Issues
<unrelated>
---
Create issues for unrelated? (yes/no/select)
Step 4: Record
- Save review as comment via
beads - If approved: create issues for unrelated with
discovered-fromdependency
Step 5: Report
Needs work:
Review complete. Status: Needs work.
Critical: [C1], [C2]...
Next: /fix <id>
Approved:
Review complete. Status: Approved.
Ready for merge.
Findings Format (for comment)
## Review
**Status:** Needs work | Approved
**Date:** <YYYY-MM-DD>
### Critical
- [C1] Description — `file:line`
### Should Fix
- [S1] Description — `file:line`
### Consider
- [N1] Description — `file:line`
### Verdict
<Summary>
Important
- Never skip verdict confirmation
- Never implement fixes during review
- Use
beadsfor comments and issue creation
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