git-master
✓Git expert for atomic commits, rebasing, and history management with style detection
Installation
SKILL.md
| Different directories/modules | SPLIT | | Different component types | SPLIT | | Can be reverted independently | SPLIT | | Different concerns (UI/logic/config/test) | SPLIT | | New file vs modification | SPLIT |
| When was "X" added? | git log -S "X" --oneline | | What commits touched "X"? | git log -G "X" --oneline | | Who wrote line N? | git blame -L N,N file.py | | When did bug start? | git bisect start && git bisect bad && git bisect good |
Git expert for atomic commits, rebasing, and history management with style detection Source: yeachan-heo/oh-my-claudecode.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill git-master Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill git-master- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is git-master?
Git expert for atomic commits, rebasing, and history management with style detection Source: yeachan-heo/oh-my-claudecode.
How do I install git-master?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill git-master Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yeachan-heo/oh-my-claudecode
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01