Git operations skill for Claude Code — log, status, branch, diff, stash, tag, reset, cherry-pick, cleanup, sync, and blame via /git-ops slash command
A Claude Code slash command for performing common Git operations directly in your session.
claude-git-ops-skill/
├── skills/
│ └── git-ops/
│ └── SKILL.md # Slash command definition
├── README.md
└── LICENSE
| Command | Description |
|---|---|
/git-ops log | Rich commit graph — last 20 commits, author, date, divergence |
/git-ops status | Staged, unstaged, untracked files + next-step suggestions |
/git-ops branch | Local + remote branches with ahead/behind tracking |
/git-ops diff [ref1] [ref2] | Diff summary between refs or working tree |
/git-ops stash [push|pop|list|show] | Full stash management |
/git-ops tag [name] [message] | List, create lightweight or annotated tags |
/git-ops cherry-pick <hash> | Cherry-pick one or more commits |
/git-ops reset [soft|mixed|hard] [ref] | Reset HEAD (confirms before hard reset) |
/git-ops cleanup | Prune stale remotes + delete merged branches |
/git-ops sync | Fetch + show ahead/behind, offer pull/push guidance |
/git-ops blame <file> | Annotated blame with top contributors summary |
mkdir -p ~/.claude/skills/git-ops
curl -o ~/.claude/skills/git-ops/SKILL.md \
https://raw.githubusercontent.com/srikanthmunaga/claude-git-ops-skill/main/skills/git-ops/SKILL.md
mkdir -p .claude/skills/git-ops
curl -o .claude/skills/git-ops/SKILL.md \
https://raw.githubusercontent.com/srikanthmunaga/claude-git-ops-skill/main/skills/git-ops/SKILL.md
Then use it in any Claude Code session:
/git-ops
/git-ops log
/git-ops status
/git-ops sync
/git-ops diff main HEAD
/git-ops stash push "wip: auth refactor"
/git-ops reset soft HEAD~2
/git-ops cleanup
Destructive operations (reset --hard, branch -d) always prompt for confirmation before executing.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub srikanthmunaga/claude-git-ops-skill --plugin git-opsReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.