·git-master
</>

git-master

zpankz/mcp-skillset

Git expert for atomic commits, rebasing, and history management. Use when committing changes, managing git history, rebasing branches, or investigating when/where specific changes were introduced.

0Installs·0Trend·@zpankz

Installation

$npx skills add https://github.com/zpankz/mcp-skillset --skill git-master

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. Use when committing changes, managing git history, rebasing branches, or investigating when/where specific changes were introduced. Source: zpankz/mcp-skillset.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zpankz/mcp-skillset --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

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/zpankz/mcp-skillset --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. Use when committing changes, managing git history, rebasing branches, or investigating when/where specific changes were introduced. Source: zpankz/mcp-skillset.

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/zpankz/mcp-skillset --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/zpankz/mcp-skillset