Generate git commit messages and help with git workflows
Scanned 2/12/2026
Install to Claude Code
npx -y skills add maxvaega/skillkit --skill git-helper --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Git Helper?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/maxvaega-git-helper)More formats (shields.io, HTML) on the badges page.
---
name: git-helper
description: Generate git commit messages and help with git workflows
allowed-tools: Bash
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!