wt-list

List active git worktrees with paths, branches, commits, and status.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/michael-menard/monorepo --skill wt-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wt-list
Source: https://github.com/michael-menard/monorepo/tree/main/.claude/skills/wt-list
Command: npx skills add https://github.com/michael-menard/monorepo --skill wt-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams and developers manage multiple git worktrees by listing them along with their status, so you can quickly determine which worktrees are active, their branches, commits, and whether there are uncommitted changes.

Core Features & Use Cases

  • Worktree Inventory: Display each worktree's path, branch, commit, and status in a single view.
  • Change Awareness: Identify worktrees with uncommitted changes to reduce confusion during merges or resets.
  • Use Case: When coordinating across several tasks or experiments in separate worktrees, you can quickly audit the repository state and switch worktrees as needed.

Quick Start

Run the slash command /wt:list to view all active git worktrees and their statuses.

Frequently Asked Questions about wt-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all active git worktrees and check their status?

To list all active git worktrees and check their status, run the /wt:list command to display each worktree's path, branch, commit, and uncommitted changes in a single view.

What is the best way to view uncommitted changes across multiple git worktrees?

Viewing uncommitted changes across multiple git worktrees requires a worktree inventory tool that audits repository state, helping you identify branches with pending modifications to reduce confusion during merges.

How do I track git worktree branches and commits for active development tasks?

To track git worktree branches and commits for active development tasks, you can enumerate worktree metadata using standard Git worktree commands to get a quick inventory of paths and commit states.

Can I check git worktree status without modifying the repository?

Yes, you can check git worktree status without modifying the repository by running a read-only worktree inventory that enumerates paths, branches, and changes using standard Git repository state.

Why do I need a worktree inventory when coordinating tasks across separate git branches?

A worktree inventory is needed when coordinating tasks across separate git branches because it provides visibility of paths, branches, commits, and changes, allowing you to quickly audit repository state and switch worktrees safely.