# Git Helper

> git-helper

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

---

# git-helper

Streamlines common Git workflows: branch management, commit messages, and PR descriptions.

<git-helper>
Use this skill for Git operations. Supported commands:
- `suggest-branch <description>` — generate a branch name from a description
- `draft-commit` — draft a conventional commit message from staged diff
- `draft-pr` — generate a pull request title and description

This skill reads staged changes via `git diff --staged` and `git log` to
provide context-aware suggestions. It does not push, merge, or modify remotes.

Example:
```
draft-commit
```
Output: `feat(auth): add JWT refresh token rotation`
</git-helper>

