Fix
Auto-cleanup for commit messages
Automatically removes "add" prefixes from commit messages when you push. Only rewrites commit messages when a change is needed, and targets commits unique to your branch (relative to the repo default branch).
Install App
How it works
- Listens for push events
- Fixes commit messages
- Skips rewriting the default branch
- Uses force-with-lease when pushing
- Skips bot pushes
⚠️ May rewrite branch history to fix commit messages. Avoid installing on shared branches and be cautious if others are collaborating on the same branch.