AI Commit generator
A downloadable tool
AI Git Commit Generator & Code Assistant
Stop writing vague commit messages like "fix", "update", or "changes".
AI Git Commit Generator is a lightweight, blazing-fast CLI tool that inspects your staged changes (git diff --cached) and handles the heavy lifting of writing clean, descriptive, and standardized commit messages using AI (either locally via Ollama or cloud-based via OpenRouter).
Core Features (Free Version)
- Smart Analysis: Scans your
git diffand identifies what actually changed in your code. - Conventional Commits: Automatically formats messages according to standard practices (
feat:,fix:,docs:, etc.). - Hybrid Architecture: Works 100% locally (via Ollama) or cloud-based (via free OpenRouter models).
- Interactive Menu: Review, edit, or regenerate suggested messages before committing.
- Open-Source Repository: You can check out the source code and contribute on GitHub (XBarni999/ai-git-commit-generator).
PRO FEATURES (Unlocked via Itch.io Purchase)
Supercharge your daily Git workflow with advanced developer tools:
- AI Code Review (
--review): Audits your staged changes for logic bugs, security vulnerabilities, and code style improvements before you make a commit. It’s like having a senior engineer on standby! - PR Description Generator (
--pr): Automatically drafts a beautifully formatted Markdown template for your Pull Requests containing Descriptions, Key Changes, and Testing summaries. - Jira/Linear Integration: Automatically extracts ticket codes (e.g.
[PROJ-123]) from your active Git branch and prepends them to your commits. - Premium Cloud Models: Full support for commercial LLMs (Claude 3.5 Sonnet, GPT-4o) using your OpenRouter configuration.
How to Install & Use
- Install globally:
pip install ai-git-commit-generator
- Stage your changes & run:
git add . ai-commit
How to Activate Your PRO License
After purchase, you will receive a unique License Key (format: AICOMMIT-PRO-XXXX-YYYY).
To unlock all premium features, simply run:
ai-commit --register YOUR_LICENSE_KEY_HERE
Check your status at any time:
ai-commit --status
Purchase
In order to download this tool you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:

Leave a comment
Log in with itch.io to leave a comment.