← スキル一覧に戻る

wt-finish
by michael-menard
a monorepo architecture
⭐ 0🍴 0📅 2026年1月12日
SKILL.md
name: wt-finish description: Finish a feature by merging it to the base branch and cleaning up the worktree. Use when completing a feature or story, handles merge, push, and cleanup automatically.
/wt:finish - Finish Feature and Merge
Description
Quick command to finish a feature, merge it back to the base branch, and clean up the worktree.
Usage
/wt:finish
What It Does
This slash command:
- Activates the Git Worktree Manager skill (
@git-worktree) - Automatically runs the
*finish-featurecommand - Guides you through merging and cleanup
Workflow
The command will:
- Verify clean state - Ensure all changes are committed
- Ask for base branch - Which branch to merge into (e.g.,
main) - Run tests - Optional: run tests before merging
- Checkout base branch - Switch to the target branch
- Merge feature - Merge your feature branch
- Push changes - Push the merged changes
- Remove worktree - Clean up the feature worktree
- Delete branch - Optionally delete the feature branch
Benefits
✅ Complete Workflow - Handles entire merge process ✅ Safe Merging - Verifies tests and clean state ✅ Automatic Cleanup - Removes worktree and branch ✅ Guided Process - Interactive prompts for all steps
Notes
- Ensures all changes are committed before merging
- Optionally runs tests before merging
- Cleans up both worktree and branch
- Returns you to the base branch
スコア
総合スコア
45/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です