← Back to list

fix
by arttttt
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: fix description: "Fix issues from code review. Use when the user invokes /fix or asks to address review findings for an issue."
Fix Command
Behavior Profile
Use the developer skill as the behavior profile for this command.
Treat its rules as mandatory.
Follow CLAUDE.md, conventions.md, and ARCHITECTURE.md.
Task
Fix issues identified in code review.
Interaction Contract
- Fetch review findings.
- Produce a fix plan.
- Wait for explicit approval.
- Implement fixes, commit, push.
Algorithm
Step 1: Get findings
- If ID missing → ask "Which issue to fix?"
- Normalize ID: add
DCATgBot-prefix if missing - Use
beadsto get issue details + comments - If no review comments: report "No review findings. Run /review first."
- Parse findings (Critical, Should Fix, Consider)
Step 2: Create fix plan
Show plan only; do not implement yet.
## Fix Plan
<plan>
---
Confirm? (ok / changes)
Step 3: On approval
- Implement fixes per plan
- Commit:
fix(<scope>): address review findings - Push to remote
Step 4: Report
Fixes complete for <id>.
Fixed: [C1], [S1]...
Next: /review <id>
Plan Format
## Fix Plan
**Issue:** <id> - <title>
**Branch:** <current>
**Findings to fix:**
- [C1] Title - approach
- [S1] Title - approach
**Deferred:**
- [N1] Title - reason
Severity Handling
| Severity | Default |
|---|---|
| Critical | Always fix |
| Should Fix | Fix by default |
| Consider | Suggest defer |
Important
- Never fix without plan approval
- Fix documented issues only
- Re-review required
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