Hey HN engineers,<p>I've been working on a new utility that I think you'll find useful. Inspired by someone else's work with GPT for drafting git commit messages, I've developed my own Python CLI tool that does the same - now with the power of GPT-4!<p>It generates commitlint-compliant messages and also checks for errors in the commit. It's already helping streamline my workflow and I thought you might want to give it a spin: <a href="https://github.com/ninjaa/gpt-commit-messages">https://github.com/ninjaa/gpt-commit-messages</a>.<p>Have AI take care of commit messages, so you can focus on what matters most - building amazing things! <3