Free Tool

AI Git Commit Message Generator

Paste a diff or describe your change. Get 3 Conventional Commits messages, under 72 chars, with optional body.

Describe what changed and why. Or paste the actual git diff output.

Conventional Commits cheat sheet

  • feat: new feature
  • fix: bug fix
  • refactor: code change that neither adds a feature nor fixes a bug
  • perf: performance improvement
  • test: adding or correcting tests
  • docs: documentation changes
  • chore: build, deps, tooling
  • Breaking changes: add ! after type (e.g. feat(api)!:)

This generator follows the official Conventional Commits v1.0 spec.