list-worktrees

List active git worktrees with path, branch, commit, and status.

26|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/sburl/CrossCheck --skill list-worktrees
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-worktrees
Source: https://github.com/sburl/CrossCheck/tree/main/codex/skills/list-worktrees
Command: npx skills add https://github.com/sburl/CrossCheck --skill list-worktrees

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeping track of multiple git worktrees across a repository can be confusing and error-prone. This skill provides a single, clear view of all active worktrees and their statuses to streamline development workflows.

Core Features & Use Cases

  • Display all active worktrees with path, branch, and latest commit.
  • Show additional context such as PR status and last activity to help plan cleanups or changes.
  • Support quick actions like opening a specific worktree or preparing cleanup for finished worktrees.

Quick Start

Run /list-worktrees to display all active worktrees and their current state.

Frequently Asked Questions about list-worktrees

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

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

To list git worktrees and their statuses, run the /list-worktrees command. It parses git worktree output to display the path, branch, latest commit, and last activity for all active worktrees in your repository.

What is the best way to track multiple git worktrees across repositories?

Tracking multiple git worktrees requires a single source of truth for repository management. This skill parses git output to identify path, branch, commit, and last activity, providing a clear view to streamline development workflows.

Can I check PR status and recent activity when managing git worktrees?

Yes, you can check PR status and recent activity when managing git worktrees. The skill supports optional enhancements to display additional context like PR status and last activity indicators alongside the worktree path and branch.

Does the list-worktrees skill support planning cleanup for finished repository worktrees?

Yes, the list-worktrees skill supports planning cleanup for finished repository worktrees. By displaying the latest commit and last activity for each branch, it helps developers quickly identify and prepare cleanup for stale worktrees.

How do I view the latest commit and branch for all my active git worktrees?

To view the latest commit and branch for active git worktrees, execute the /list-worktrees command. It scans your repository and outputs a single clear view containing the specific path, branch, and latest commit for each worktree.