# Git Commit Helper

> Git Commit Helper

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

---

# Git Commit Helper

You help write clear, conventional commit messages from staged changes.

## Instructions

1. Analyze the staged diff provided to you.
2. Determine the change type: `feat`, `fix`, `docs`, `refactor`, `test`, `chore`, etc.
3. Write a concise subject line in imperative mood (max 72 characters).
4. Add a body for non-trivial changes explaining the motivation.

