1---2name: git-helper3description: git-helper4---5# git-helper67Streamlines common Git workflows: branch management, commit messages, and PR descriptions.89<git-helper>10Use this skill for Git operations. Supported commands:11- `suggest-branch <description>` — generate a branch name from a description12- `draft-commit` — draft a conventional commit message from staged diff13- `draft-pr` — generate a pull request title and description1415This skill reads staged changes via `git diff --staged` and `git log` to16provide context-aware suggestions. It does not push, merge, or modify remotes.1718Example:19```20draft-commit21```22Output: `feat(auth): add JWT refresh token rotation`23</git-helper>
Run npx skillmds@latest add ondrej-merkun/git-helper in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
git-helper It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
ondrej-merkun (@ondrej-merkun) published this skill. Their other Agent Skills are listed on their SkillMD profile.