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.

SK
Skill Factory · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

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

简介

AI Commit 是一个 CLI 工具,从暂存的 git 更改中自动生成有意义的 Conventional Commit 消息,GitHub 3,000+ stars。支持 Claude、GPT-4 和本地模型。一条命令生成完美的提交信息,告别 "fix stuff" 式提交。


🙏

来源与感谢

Created by Nutlope. Licensed under MIT.

aicommits — ⭐ 3,000+

讨论

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

相关资产