← スキル一覧に戻る

implement
by arttttt
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: implement description: "Implement task from issue specification. Use when the user invokes /implement or asks to execute a tracked issue."
Implement 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
Implement functionality from issue specification.
Interaction Contract
- Read issue details and blockers.
- Produce an implementation plan.
- Wait for explicit approval.
- Only then create branch, implement, commit, and push.
Algorithm
Step 1: Get issue
- If ID missing → ask "Which issue to implement?"
- Normalize ID: add
DCATgBot-prefix if missing - Use
beadsto get issue details - If blocked: report blocker and stop
- Notify: "Found issue:
<id>- "
Step 2: Create plan
Create and show plan only; do not implement yet.
## Implementation Plan
<plan>
---
Confirm? (ok / changes)
Step 3: On approval
- Claim issue via
beads(setin_progress) - Create branch via
gitskill - Implement in small steps
- Commit with conventional messages
- Push to remote
Step 4: Report
Implementation complete
Branch: <branch>
Commits: <list>
Next: /review <id>
Plan Format
## Implementation Plan
**Branch:** `feature/<id>-short-description`
**Issue:** <id> - <title>
**Affected layers:**
- [layer]: [changes]
**Files to create/modify:**
- `path/to/file.ts` - [purpose]
**Approach:**
1. [Step 1]
2. [Step 2]
Branch Naming
feature/<id>-<short>for feature, task, epic, chorefix/<id>-<short>for bug
Important
- Never implement without approval
- No unrelated changes
- No placeholders
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です