From git
Reviews git state across worktrees, stashes, and branches to inventory work in progress.
How this command is triggered — by the user, by Claude, or both
Slash command
/git:triageThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `git:triage` skill to inventory work in progress.
Use the git:triage skill to inventory work in progress.
npx claudepluginhub technicalpickles/pickled-claude-plugins --plugin git/in-flightShows active branches and PRs in the repository to avoid duplication or conflicts before planning. Supports --all and --mine flags.
/just-ship-statusDisplays local repository state including branches, PRs, board ticket status, and worktrees. Read-only overview with cleanup suggestions for stale branches.
/statusDisplays Git Flow status report: branch type (main/develop/feature/etc.), sync status, uncommitted changes, commit history, merge targets, and recommendations.
/statusShows all active worktrees with issue, branch, dirty state, and PR status. Also detects stale branches and suggests cleanup.
/git-statusShows detailed git repository status: current branch, staged/unstaged changes, untracked files, and sync status with remote.
/worktreeManages git worktrees: lists all (default), shows status, reviews changes, merges to main, or discards feature worktrees.