I got tired of writing git commit messages and pull request descriptions,
so I built committer — a CLI that does it for you using AI.
In this video I show how it:
→ Generates conventional commit messages from your git diff
→ Lets you regenerate and give extra instructions to the AI
→ Creates structured PR descriptions (Summary, Changes, Impact)
→ Auto-detects if you're on GitHub or Azure DevOps
→ Opens the PR directly from your terminal using gh or az
Supports Claude (Anthropic), OpenAI, and local Ollama models.
No lock-in — bring your own API key or run it fully offline.
Try it yourself:
npm install -g @frigopedro/committer
https://github.com/frigopedro/committer