Git expert for atomic commits, rebasing, and history management
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add Yeachan-Heo/oh-my-codex --skill "git-master" -g -a claude-code -yOr manually — copy the SKILL.md below into:
~/.claude/skills/git-master-yeachan-heo-2/SKILL.md---
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 <git task>
```
## Routing
```text
Use /prompts:git-master with the user task.
```
## Capabilities
- Atomic commits with conventional format
- Interactive rebasing
- Branch management
- History cleanup
- Style detection from repo history
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
Clone/create/fork repos; manage remotes, releases.