← Back to registry
Skill
git-commit-helper
Help craft clear, conventional commits. Use when preparing commit messages, organizing changes into commits, or documenting intent and scope for code changes.
Install
One-line setup
Copy and run this in your terminal to install the skill. Re-run to reinstall and update an existing install.
npx codex-skills-registry@latest --skill=devtools/git-commit-helper --yesGit Commit Helper
Create concise, high-signal commits that explain intent and scope.
Quick Start
- Summarize the change and split unrelated edits.
- Choose a conventional commit prefix if applicable.
- Write a short subject + optional body describing why.
Guardrails
- One logical change per commit.
- Avoid noisy “WIP” messages unless asked.
- Mention user-visible impact when relevant.
References
- Extended examples:
references/examples.md