worktree-list

List git worktrees managed by unipi with branch, path, and clean or dirty status.

56|12|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Neuron-Mr-White/UniPi --skill worktree-list-neuron-mr-white
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worktree-list
Source: https://github.com/Neuron-Mr-White/UniPi/tree/main/packages/workflow/skills/worktree-list
Command: npx skills add https://github.com/Neuron-Mr-White/UniPi --skill worktree-list-neuron-mr-white

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to quickly list all unipi worktrees, view their paths, and check their status.

Core Features & Use Cases

  • Worktree Status: Show whether each worktree is clean (no uncommitted changes) or dirty (has uncommitted changes).
  • Worktree Information: List each worktree's branch, path, and status.
  • Use Case: For users who need to keep track of their active worktrees and ensure that all changes are committed before merging.

Quick Start

Use the /unipi:worktree-list command to list all worktrees.

Frequently Asked Questions about worktree-list

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

FAQPage Schema
How do I check the status of multiple git worktrees?

To check the status of multiple git worktrees, you can list them to see which branches are clean or dirty. This displays the branch, path, and uncommitted status for each active worktree.

How do I list all unipi worktrees and their current paths?

You can list all unipi worktrees and their paths by running a specific command. This generates a comprehensive overview showing the branch name, file path, and working directory status for every managed worktree.

How can I tell if a git worktree has uncommitted changes before merging?

To tell if a git worktree has uncommitted changes before merging, check its status to see if it is dirty. Listing the worktrees identifies which directories contain uncommitted changes that need attention.

Does the worktree status check work with unipi workflows?

Yes, the worktree status check is designed specifically for unipi workflows. It integrates with unipi to list managed worktrees and evaluate whether the git branches are clean or dirty.

What is the best way to track active git worktrees and their branches?

The best way to track active git worktrees and their branches is to list them all at once. This provides a single view of every worktree's branch, file path, and clean or dirty status.