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 mariogusmao/mg-plugins --plugin claude-utilsSummarizes git repository state: branch/sync status, staged/unstaged/untracked changes counts, recent commits, stashes, and suggested next steps.
Creates git commits with clear messages from working tree changes, following repo conventions or conventional commits. Handles clean trees and detached HEAD.
Executes Git commands with porcelain output for AI agent workflows, providing deterministic, machine-readable status, diffs, logs, and operations.