--- name: git-master description: Git expert for atomic commits, rebasing, and history management --- # Git Master Command Routes to the git-master agent for git operations. ## Usage ``` /git-master ``` ## Routing ``` spawn_sub_agent(subagent_type="oh-my-codex:git-master", model="sonnet", prompt="{{ARGUMENTS}}") ``` ## Capabilities - Atomic commits with conventional format - Interactive rebasing - Branch management - History cleanup - Style detection from repo history Task: {{ARGUMENTS}}