git-commit
Installation
SKILL.md
Git Commit
General Rules
- Commit messages must have a subject line and may have a description.
- The subject line should start with Standard Terminology.
- The subject line should be capitalized and must not end in a period.
- The subject line should be written in imperative mood (Fix, not Fixed / Fixes etc.).
- The description should only contain explanations as to what and why, never how. The latter belongs in documentation and implementation.