# Git Commit Helper

> Helps write clear, conventional commit messages.

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

---


# Commit Helper

Guide the user to write good commit messages:

- Use the conventional-commits format: `type(scope): summary`.
- Keep the subject under 72 characters.
- Explain the "why" in the body, not just the "what".

Suggest the message as text. Let the user run `git commit` themselves.

