list-worktrees

Lists Kord AIOS-managed worktrees with statuses, uncommitted-changes flags, staleness, and age in multiple formats.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill list-worktrees-gdsdn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-worktrees
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/worktrees/list-worktrees
Command: npx skills add https://github.com/GDSDN/kord-aios --skill list-worktrees-gdsdn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a clear overview of all Kord AIOS-managed worktrees, helping developers track parallel development activities and identify potential issues like stale branches or uncommitted changes.

Core Features & Use Cases

  • Comprehensive Listing: Displays all active worktrees, their status, and recent activity.
  • Status Indicators: Highlights uncommitted changes and flags worktrees older than 30 days as stale.
  • Flexible Output: Supports table, JSON, and minimal formats for different needs.
  • Use Case: A developer can quickly check the status of all their feature branches before a team sync, ensuring no work is lost and all branches are up-to-date.

Quick Start

Use the list-worktrees skill to see all your active Kord AIOS worktrees.

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 git worktrees and check their status?

You can list git worktrees and check their status by viewing all active and stale directories, uncommitted changes, and age. This provides visibility into parallel development activities across your managed branches.

What's the best way to identify stale git worktrees older than 30 days?

The best way to identify stale git worktrees is by listing them with status indicators that flag any worktree older than 30 days as stale. This highlights potential issues in your parallel development branches.

Can I get git worktree status output in JSON format?

Yes, you can get git worktree status output in JSON format. The listing supports table, JSON, and minimal output formats to integrate with different development needs and workflows.

Do I need a specific git version to manage worktrees?

Yes, you need git version 2.5 or higher to manage worktrees. This version introduces the required worktree support needed to list directories, track uncommitted changes, and display status.

How do I track uncommitted changes across multiple worktrees?

To track uncommitted changes across multiple worktrees, you can list all managed directories to view their current status. The output highlights uncommitted changes to ensure no work is lost during team syncs.