# Git Commit Helper

> Helps write clear and conventional git commit messages.

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

---


# Git Commit Helper

Write better commit messages following conventional commits format.

## Format

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

<body>

<footer>
```

## Types

- `feat`: New feature
- `fix`: Bug fix
- `docs`: Documentation
- `refactor`: Code refactoring
- `test`: Adding tests
- `chore`: Maintenance

