Oh-my-codex git-master

Git expert for atomic commits, rebasing, and history management

install
source · Clone the upstream repo
git clone https://github.com/Yeachan-Heo/oh-my-codex
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Yeachan-Heo/oh-my-codex "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/git-master" ~/.claude/skills/yeachan-heo-oh-my-codex-git-master && rm -rf "$T"
manifest: skills/git-master/SKILL.md
source content

Git Master Command

Routes to the git-master agent for git operations.

Usage

/git-master <git task>

Routing

delegate(role="git-master", tier="STANDARD", task="{{ARGUMENTS}}")

Capabilities

  • Atomic commits with conventional format
  • Interactive rebasing
  • Branch management
  • History cleanup
  • Style detection from repo history

Task: {{ARGUMENTS}}