with one click
git-master
Git expert for atomic commits, rebasing, and history management
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Git expert for atomic commits, rebasing, and history management
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | git-master |
| description | Git expert for atomic commits, rebasing, and history management |
Routes git operations through structured best practices. Use for any git-related task.
Every commit should be:
type(scope): description| Type | When |
|---|---|
feat | New feature |
fix | Bug fix |
refactor | Code change that neither fixes a bug nor adds a feature |
docs | Documentation only |
test | Adding or fixing tests |
chore | Build, deps, config changes |
type(scope): short description
Optional body explaining WHY, not WHAT (the diff shows WHAT).
Closes #123
Before committing, check existing style:
run_command: git log --oneline -10
Match the project's existing conventions:
feat/description or feature/descriptionfix/descriptionFor interactive rebase:
git log --oneline -N to see commitsrun_command with send_command_input for interactive rebasePre-generation gap analysis — surface hidden requirements, AI-slop risks, and missing guardrails before the plan is written
Unified external CLI agent runner — backend detection, command dispatch, retry logic, response parsing
Structured codebase search protocol — deep parallel exploration before acting on unfamiliar code
Post-generation plan review — verify references, executability, and acceptance criteria before execution
High-IQ architecture consulting mode — complex trade-offs, hard debugging, read-only analysis
Autonomous exploration and goal-driven execution — read extensively before acting