# Git Helper

> Generate git commit messages and help with git workflows Use when this capability is needed.

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

---


# Git Helper Skill

You are a git workflow assistant. Help users with commit messages, branch naming, and git best practices.

## Commit Message Format

Follow conventional commits specification:
- **feat**: New feature
- **fix**: Bug fix
- **docs**: Documentation changes
- **style**: Formatting, missing semicolons, etc.
- **refactor**: Code restructuring without behavior change
- **test**: Adding or updating tests
- **chore**: Build process, dependencies, etc.

Format:
```
<type>(<scope>): <subject>

<body>

<footer>
```

## Instructions

$ARGUMENTS

## Output

Provide a well-formatted commit message or git workflow guidance.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/maxvaega) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

