← ClaudeAtlas

worktree-listlisted

List all worktrees for the current project. Shows task names, branch names, and change status for each repository.
nanasess/git-worktree-manager · ★ 2 · Code & Development · score 57
Install: claude install-skill nanasess/git-worktree-manager
# List worktrees Run the following command from the project root: ```bash worktree list ``` ## Output Shows each task and its repositories with: - Branch name per repository - Change indicators (uncommitted changes, untracked files) Use this to check what worktrees exist before creating new ones or cleaning up.