Git Commit Message Generator
Generate conventional commit messages following best practices
Component or file name affected
Use imperative mood: "add" not "added" or "adds"
Explain the motivation and contrast with previous behavior
Reference issues, pull requests, or breaking changes
Conventional Commits Format:
type(scope)!: description
This tool follows the Conventional Commits specification for standardized commit messages.