From git-workflow
Summarizes git repository state: branch/sync status, staged/unstaged/untracked changes counts, recent commits, stashes, and suggested next steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-workflow:git-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Summarize the current state of the git repository.
Summarize the current state of the git repository.
Branch and sync status: !git status -sb
Working directory: !git status --short
Recent commits: !git log --oneline -5
Stashes: !git stash list
Provide a concise summary including:
npx claudepluginhub basher83/lunar-claude --plugin git-workflowInventories git work state across worktrees, stashes, local branches, and uncommitted changes with PR details, commit ages, and recommendations to clean up, resume, or address.
Executes Git commands with porcelain output for AI agent workflows, providing deterministic, machine-readable status, diffs, logs, and operations.
Manages Git branch strategy, worktrees, commits, PR preparation, merge/rebase decisions, conflict resolution, tagging, and release notes. Validates state before making changes.