Agent skill

worktree-list

List all active feature worktrees with their status. Shows branch name, commits ahead of main, and whether there are uncommitted changes. Use to get an overview when working with multiple parallel features.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/worktree-list

SKILL.md

Worktree List

Shows a status summary of all active feature worktrees in .worktrees/.

What it shows

For each active worktree:

  • Feature name and branch
  • Commits ahead of main
  • Dirty status (uncommitted files count)
  • Last commit message and time

Usage

/worktree-list

How to execute

Run from the original project directory.

bash
bash .claude/skills/worktree-list/scripts/worktree-list.sh

Important

  • Only lists worktrees managed by worktree-start (in .worktrees/)
  • If no worktrees are active, suggests running /worktree-start

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results