Batch cleanup of all completed issue worktrees
/plugin marketplace add gopherguides/gopher-ai/plugin install go-workflow@gopher-aihaiku# Prune Issue Worktrees
This command safely removes worktrees for completed GitHub issues.
**What it does:**
1. Scans for worktrees matching the `{reponame}-issue-*` pattern
2. Checks each associated GitHub issue status
3. Verifies branches are merged into the default branch
4. Removes worktrees for closed/merged issues
5. Cleans up local branches
**Safety checks:**
- Only removes closed issues with merged PRs
- Warns about uncommitted changes
- Provides manual commands for edge cases
**Usage:** `/prune-worktree` (no arguments needed)
## Context
- Repository name: !`basename $(git r...