If you ever worked on a project with someone using Git, you probably met the hassle of pulling changes and not understanding what was modified because of terrible commit messages.
I believe that commit message are really important when working with others people and that's why I made this project.
It goal is to analyse a GitHub/GitLab repository and tell every commit message that are "bad".
It analyse them following these rules.
You can freely try it here.
If you feel like something is wrong with how your repository was analyzed, feel free to open an issue.
The list of verbs used for rule 5 is available here.
If you really want to change your last commit messages, you still can.
But next time, just try to do a clean commit message :).