#121 · Primary category: AI Coding Assistants

aicommits

A CLI that writes your git commit messages for you with AI

Project last updated:08/14/26

GitHub Stars

9.1K

Forks

477

Contributors

34

License

MIT

Why we included this project

This one takes care of the part of the day developers would rather skip: writing commit messages. aicommits runs in the terminal, reads your staged changes, and has an LLM draft the message, with a setup step that lets you choose your provider, from OpenAI or Groq in the cloud to Ollama or LM Studio running locally, or any OpenAI-compatible endpoint. You can set the style you want, a plain one-liner or Conventional Commits with a body and gitmoji, and it can offer a few candidates to pick from. A prepare-commit-msg hook mode drops suggestions straight into your normal git flow, so it works on a team and in CI without extra steps. For people who commit often and want a consistent, readable history without writing every line by hand, this is a lightweight, useful addition.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category