From git-workflow
Show per-submodule git status with staged/unstaged/untracked counts and commit-readiness indicator. Use when checking submodule state or preparing to commit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-workflow:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show per-submodule status with staged, unstaged, and untracked file counts.
Show per-submodule status with staged, unstaged, and untracked file counts.
$status # Show all submodule statuses
status-agent.md (in this skill directory)Use the companion status-agent.md in this directory as the agent prompt. Provide it with:
npx claudepluginhub shdennlin/agent-plugins --plugin git-workflowExecutes Git commands with porcelain output for AI agent workflows, providing deterministic, machine-readable status, diffs, logs, and operations.
Summarizes git repository state: branch/sync status, staged/unstaged/untracked changes counts, recent commits, stashes, and suggested next steps.
Verifies git workspace state: repo confirmation, status overview, code quality checks, diff stats/details before commits or PRs.