worktree-list

List active Git worktrees with branch names, commit differences, and uncommitted changes.

1|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/corbat-tech/coco --skill worktree-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worktree-list
Source: https://github.com/corbat-tech/coco/tree/main/.claude/skills/worktree-list
Command: npx skills add https://github.com/corbat-tech/coco --skill worktree-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a clear overview of all active Git worktrees, helping developers manage multiple parallel feature branches efficiently and understand their current development status at a glance.

Core Features & Use Cases

  • Status Summary: Displays branch name, commits ahead of main, and uncommitted changes for each worktree.
  • Commit Information: Shows the last commit message and timestamp for quick context.
  • Use Case: Before starting a new task, quickly run this skill to see which features are in progress, their current state, and if they are ready to be merged or need further work.

Quick Start

Run the worktree-list skill to see a summary of all active feature worktrees.

Frequently Asked Questions about worktree-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 branch status?

To view active Git worktrees, run this skill to display each branch name, commit differences from the main branch, and the status of uncommitted changes across your project.

What is a Git worktree and when do I need to manage parallel feature branches?

A Git worktree links multiple working directories to a single repository. Use this skill to manage parallel feature branches by viewing commit differences and uncommitted change statuses at a glance.

How can I see commits ahead of main and uncommitted changes for each worktree?

View commits ahead of main and uncommitted changes through the worktree status summary, which also displays the last commit message and timestamp to provide immediate context for each branch.

Does this worktree listing tool require any external dependencies or scripts?

No external dependencies are required. This tool uses internal scripts to parse your repository and display the status of active branches without needing additional software installations.

Can I check the last commit message and timestamp for my Git worktrees?

Yes, you can check the last commit message and timestamp for Git worktrees. The skill displays this information alongside branch names to aid in managing parallel development workflows.

What is the best way to review active development workflows before starting a new task?

The best way to review active development workflows is to generate a worktree status summary, showing which features are in progress, their current state, and whether they are ready to be merged.