git-commit-guidelines

Installation
SKILL.md

Git Commit Guidelines

Best practices for writing clear, consistent git commit messages.

When to Apply

Reference these guidelines when:

  • Writing commit messages
  • Reviewing pull requests for commit quality
  • Setting up commit conventions for a new project

Rules

Rule Summary
structure Use subject line + blank line + body format
subject-line Keep subject under 72 chars, imperative mood, no trailing period
body Explain what and why, not how
scope One logical change per commit
Related skills
Installs
First Seen
Feb 27, 2026