Paste what you changed and AI will write a proper, conventional commit message. No more 'fix stuff' commits.
Bad commit messages are a tax on your future self. "fix bug", "wip", "asdfgh" — these are useless when you're trying to debug something 6 months later or generate a changelog.
This tool follows the Conventional Commits spec: type(scope): description. Types include feat, fix, docs, style, refactor, test, chore. A good commit message tells you what changed and why, not how.
Yes. No sign-up required.