Git Master
Atomic commit splitting, safe rebase/squash, and git history archaeology in one skill.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 15d032c
Ran it on a real 3-file diff (impl + its test + an unrelated config file): baseline instinct was one grab-bag commit, the skill produced two atomic, style-matched commits (feat:/chore:) with test correctly paired to implementation — a genuine, verifiable improvement, though the phase-by-phase blocking output is heavy machinery for a diff this small.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What Git Master does
Handles three git workflows — atomic commit splitting with repo-style detection, safe interactive rebase/squash, and history search via blame/bisect/log -S/-G. Triggers on 'commit', 'rebase', 'squash', and 'who wrote/when was X added' phrasing; its hard-coded file-count-to-commit-count formula can over-fragment small diffs.
How to install Git Master
git clone https://github.com/code-yeongyu/oh-my-openagent
cd oh-my-openagent
mkdir -p ~/.claude/skills
cp -r packages/omo-opencode/src/features/builtin-skills/git-master ~/.claude/skills/git-master
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Git Master
-
/git-masterAtomic commit splitting, safe rebase/squash, and git history archaeology in one skill.
It also activates on plain-language prompts like these:
-
Split my messy staged diff into clean atomic commits, please -
I need to rebase this branch onto main and squash the WIP commits -
Find out who wrote this weird line and when it was added
Frequently asked questions
- Is the Git Master skill free?
- Yes. The skill itself is free from code-yeongyu/oh-my-openagent. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Git Master work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran it on a real 3-file diff (impl + its test + an unrelated config file): baseline instinct was one grab-bag commit, the skill produced two atomic, style-matched commits (feat:/chore:) with test correctly paired to implementation — a genuine, verifiable improvement, though the phase-by-phase blocking output is heavy machinery for a diff this small.
- What is the Git Master SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install Git Master?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Git Master with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.