kortix-ai

List Branches — Development skill for Claude Code

Development community

List project branches with their worktree status.

How to install List Branches

Installs to ~/.claude/commands/kortix-ai-kortix-ace-list-branches.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kortix-ai/kortix-ace/HEAD/.claude/commands/list-branches.md -o ~/.claude/commands/kortix-ai-kortix-ace-list-branches.md

Restart Claude Code, or start a new session, for it to be picked up.

What List Branches does

List project branches with their worktree status.

**Arguments:** $ARGUMENTS (optional filters)

  • No args: List all branches matching naming convention //
  • --all: Include all branches (not just convention-named)
  • --worktrees: Only show branches with active worktrees
  • : Filter by type (feature, fix, docs, refactor, test, chore)

**Examples:**

  • /list-branches → all convention-named branches
  • /list-branches feature → only feature branches
  • `/lis

Alternatives in Development

  • Clean Worktree (Interactive) — Interactive cleanup of worktrees: lists merged/stale branches and asks confirmation before deleting 25.5k ★
  • Worktree Cleanup — Remove worktrees and branches that have been merged: $ARGUMENTS 23.4k ★
  • Cancel Pua Loop — 取消当前活跃的 PUA Loop(原子级联:state + worktree + 记录) 19.5k ★

Full documentation available on GitHub

View Source Repository