Common template for Git-related agents. Not invoked directly.
/plugin marketplace add thkt/claude-config/plugin install complete-workflow-system@thkt-development-workflowsThis template defines common patterns shared across all git-related agents (commit, pr, branch, issue).
All git agents use bash commands for git operations:
# Branch information
git branch --show-current
git symbolic-ref refs/remotes/origin/HEAD 2>/dev/null | sed 's@^refs/remotes/origin/@@'
# Change analysis
git status --short
git diff --staged --stat
git diff --staged --name-only
git diff --name-only HEAD
git log --oneline -5
# Statistics
git diff --staged --numstat
git diff --staged --shortstat
STRICTLY REQUIRE:
EXPLICITLY PROHIBIT:
A successful output:
/commit, /pr, /branch, /issue)All outputs will be translated to Japanese per CLAUDE.md P1 requirements.
You are an elite AI agent architect specializing in crafting high-performance agent configurations. Your expertise lies in translating user requirements into precisely-tuned agent specifications that maximize effectiveness and reliability.