Help us improve
Share bugs, ideas, or general feedback.
From git
Reviews git state across worktrees, stashes, and branches to inventory work in progress.
npx claudepluginhub technicalpickles/pickled-claude-plugins --plugin gitHow 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.
/just-ship-statusDisplays local repo status: branches with PR and board ticket status, worktrees, and stale branch recommendations.
/statusDisplays Git Flow status report: branch type (main/develop/feature/etc.), sync status, uncommitted changes, commit history, merge targets, and recommendations.
/in-flightShows active branches and PRs in the repository to help avoid duplication or conflicts. Supports --all and --mine flags.
/git-statusDisplays detailed Git repository status: current branch, staged/unstaged changes, untracked files, diff with remote, commits ahead/behind, and action items. Optional path or options.
/studyStudies changes in the current branch to deeply understand the project's ongoing work and prepare for upcoming tasks.
/worktreeManages git worktrees: lists all (default), shows status, reviews changes, merges to main, or discards feature worktrees.
Share bugs, ideas, or general feedback.
Use the git:triage skill to inventory work in progress.