Git Commit Message Linter
Paste a commit message and score it against Conventional Commits spec — suggest fixes and rewrites.
Commit message
Score
—
Paste a commit message above.
Conventional Commits checklist
Tip: Conventional Commits format is
type(scope): description using lowercase types like feat, fix, docs, style, refactor, test, or chore. Keep the subject line under 72 characters and in the imperative mood ("add", not "added").