GitKit

Commit Message Builder

Build Conventional Commit messages with header-length checks before you run git commit.

Commit Hygiene

  • Keep the header under 72 characters for better log readability.
  • Use the body to explain intent, not only implementation details.
  • Include explicit issue references when you want automatic closure.