DEV Community

ikedalef
ikedalef

Posted on

I built a zero-config CLI that generates Conventional Commits using Edge AI

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 npx inside 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!
Enter fullscreen mode Exit fullscreen mode

Top comments (0)