Skills2026年4月6日·1 分钟阅读

AI Commit — Auto-Generate Git Commits with AI

CLI tool that generates conventional commit messages from your staged changes using AI. Supports Claude, GPT-4, and local models. One command for perfect commit messages. 3,000+ stars.

介绍

AI Commit is a CLI tool that auto-generates meaningful Conventional Commit messages from your staged git changes, with 3,000+ GitHub stars. Supports Claude, GPT-4, and local models. One command produces a perfect commit message — say goodbye to "fix stuff" commits.


Quick Use

npm install -g aicommit
aicommit config set ANTHROPIC_API_KEY=sk-ant-...
git add .
aicommit
# AI generates: feat(auth): add JWT token refresh

Intro

AI Commit is a CLI tool that auto-generates meaningful Conventional Commit messages from your staged git changes, with 3,000+ GitHub stars. Supports Claude, GPT-4, and local models. One command produces a perfect commit message — say goodbye to "fix stuff" commits.


Source & Thanks

Created by Nutlope. Licensed under MIT.

aicommits — ⭐ 3,000+

🙏

来源与感谢

Created by Nutlope. Licensed under MIT.

aicommits — ⭐ 3,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。