← スキル一覧に戻る

finishing-a-development-branch
by asadullah48
Unified Claude.ai Skills Marketplace - 39+ production-ready skills for development workflows, hackathon projects, and AI automation
⭐ 0🍴 1📅 2026年1月24日
SKILL.md
name: finishing-a-development-branch description: Use when all implementation tasks are complete and verified - provides structured workflow to verify tests, present merge options, and execute cleanup
Finishing a Development Branch
Overview
Verify tests pass, present options, execute choice, and clean up.
Core principle: Test verification before any merge or PR action.
The Process
Step 1: Verify Tests
Before anything else, verify tests pass:
Run appropriate test command for project type.
Cannot proceed with merge/PR until tests pass.
Step 2: Present Options
Present exactly four choices:
- Merge back to base branch locally
- Push and create Pull Request
- Keep the branch as-is for later
- Discard the work entirely
Keep explanations minimal - just present options.
Step 3: Execute Choice
Based on user selection:
- Option 1: Merge, remove worktree
- Option 2: Push, create PR, preserve worktree
- Option 3: No changes, preserve worktree
- Option 4: Confirm (require typed "discard"), then remove worktree
Step 4: Cleanup
Remove worktrees only for:
- Option 1 (merge)
- Option 4 (discard)
Preserve worktrees for:
- Option 2 (PR creation)
- Option 3 (keep branch)
Safety Measures
- Test gate: Must pass before any merge/PR
- Discard confirmation: Requires typed confirmation
- Selective cleanup: Only removes worktrees when appropriate
Common Pitfalls
- Skipping test verification
- Asking vague follow-up questions
- Automatic cleanup that removes needed worktrees
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です