ai-commit
AI-powered commit generator following Conventional Commits.
#Bash
#LLM
#Automation
STATUS: READY
>> Subscribe ai-commit
Writing meaningful commit messages is a routine. Most developers write “fix” or “update”.
Problem: Writing messages manually takes time and often leads to an uninformative history.
Solution: A two-phase pipeline:
- Semantic analysis of
git diffto classify changes. - Message generation via LLM with strict constraints (banned vocabulary).
Result: Used daily. Saves 30-60 seconds per commit. Consistently high-quality messages in Conventional Commits format.