🐙 Git Commit Creator

Pick a type, write your message, copy. Conventional Commits format.

1 · Select type
feat
New Feature
A new feature visible to users or new capability added to the system.
feat(auth): add biometric login for iOS
2 · Write your message
3 · Preview & copy
Output
← Select a type to get started
✦ Commit Message Rules
Format: type(scope): subject — scope is optional but recommended
Subject is lowercase, no period at the end, max ~72 chars
Use imperative mood — add login not added login
Breaking change: add ! — e.g. feat(api)!: change auth response shape
Body explains WHY — the diff already shows what changed
One logical change per commit — keep history clean and bisectable