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.
Related GitKit Tools
Start with the Branch Name Generator so branch and commit naming follow the same convention.
Cleaning history before review? Build a draft todo in the Interactive Rebase Plan Builder.
Need a full workflow? Read the Git Rebase Complete Guide.