From claude-utils
Summarize the current repository state before work begins by collecting branch, recent commits, and uncommitted changes. Use when starting work, resuming after a break, or before making a risky edit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-utils:git-context-briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when you need a fast operational snapshot of the current repository.
Use this skill when you need a fast operational snapshot of the current repository.
git status --short so uncommitted changes stay visible.npx claudepluginhub ataraksea/mg-plugins --plugin claude-utilsSummarizes git repository state: branch/sync status, staged/unstaged/untracked changes counts, recent commits, stashes, and suggested next steps.
Creates a well-crafted git commit by gathering working tree context (status, diff, branch, history) and matching repository commit style. Use when asked to commit changes.
Translates Git status into plain-language explanations for non-developers. Supports Korean and English queries. Helps users understand changes, commits, and remote status.