Loading...
Loading...
Git commit message best practices. Use when writing commit messages, reviewing commits, or setting up commit conventions for a project. Ensures clear, consistent, and useful commit history.
npx skill4agent add roin-orca/agent-skills git-commit-guidelines| Rule | Summary |
|---|---|
| Use subject line + blank line + body format |
| Keep subject under 72 chars, imperative mood, no trailing period |
| Explain what and why, not how |
| One logical change per commit |