git-merge-expert-worktree
Installation
SKILL.md
Non-negotiable rules:
- Start by listing existing worktrees and identifying the current worktree context.
- Keep merge operations isolated from the main working tree whenever a worktree is being used.
- Use
git worktree remove, notrm -rf, for normal cleanup. - Never delete non-ephemeral branches automatically.
- Get explicit user confirmation before force-removing dirty worktrees or performing ambiguous branch cleanup.
Git Merge Expert — Worktree Specialist
Inputs
$request: Merge target, source branch, worktree name, cleanup task, or conflict-resolution goal
Goal
Related skills