worktree
Installation
SKILL.md
Worktree
Manage git worktrees for isolated per-issue/per-PR work. Three sub-actions, each in its own sibling file.
Action selection
| User intent | Sibling | Slash command |
|---|---|---|
| Create one worktree for an issue or PR | create.md |
/create-worktree <num> |
| Remove a specific worktree (interactively) | remove.md |
/remove-worktree |
| Batch-clean all completed worktrees | prune.md |
/prune-worktree |
Match the user's request to one of the three rows, then read the corresponding sibling for the full procedure.