plugins-copilot/git-worktree/skills/worktree-list/SKILL.md
List all active git worktrees for the current repository, including path, branch, and working-tree status. Trigger when the user asks "list worktrees", "show worktrees", "what worktrees do I have", or wants to see active parallel checkouts before creating or removing one.
npx skillsauth add st0nefish/claude-toolkit worktree-listInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use direct git worktree commands rather than plugin helper-script paths;
the plugin-root environment variable is not guaranteed to exist inside Bash
tool invocations.
Run git worktree list --porcelain and parse the records into PATH,
BRANCH, and STATUS columns:
(detached))clean when the worktree has no uncommitted/staged changes,
or a short marker otherwise (e.g. dirty)Present the table verbatim to the user.
If only the main worktree is listed, suggest /worktree-create <branch-name>
to create one.
development
Start work from your description — explore the codebase and plan
data-ai
Multi-phase, multi-agent feature workflow: spec → plan → refine → divide → execute → review. Invoke when the user escalates a session-start/session-issue flow to orchestration, or asks to run a non-trivial feature (multiple files, design ambiguity, cross-cutting concerns, correctness-critical paths) through the full multi-agent workflow. For small fixes, prefer session-start.
tools
Browse open issues, pick one, and start work on it
tools
Interact with GitHub and Gitea issue trackers and CI systems. List and show issues, file bugs, comment on issues or PRs, list and show pull requests, and fetch CI run logs — all from any repo context without leaving the session.