Writing clean, descriptive commit messages after every small change is tedious. While Conventional Commits provide great consistency, crafting them manually often disrupts developer flow.
To solve this, I built ai-commit-proāa lightweight CLI utility that inspects your staged diffs and drafts clear, standard Conventional Commits instantly.
Key Highlights
-
Zero configuration: Run it directly via
npxinside any repository. -
Strict standards: Generates proper prefixes (
feat:,fix:,refactor:,chore:, etc.). - Minimal latency: Powered by Edge AI inference for near-instant prompts.
Quick Start
No installation required. In any Git project with staged changes:
bash
npx @lifeef/ai-commit-pro
Links & Lifetime License
GitHub: ikedalef/ai-commit-pro
npm: @lifeef/ai-commit-pro
For developers looking for unlimited generation without recurring monthly fees, a lifetime license is available:
š Get Lifetime License ($19 USD)
Iād love to hear your thoughts, feedback on prompt accuracy, or suggestions for custom template support!
Top comments (0)