# Git Helper

> Simplify common git operations.

- Skill: `dvcrn/git-helper-2` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add dvcrn/git-helper-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dvcrn/git-helper-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dvcrn (https://skillmd.com/u/dvcrn)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/dvcrn/git-helper-2

---


# Git Helper

Quick shortcuts for common git workflows.

## Commands

- "show branch" → current branch name
- "recent commits" → last 10 commits
- "new branch feature-x" → create branch
- "commit all with message X" → stage + commit

