commit
Git Commit Generator - 按照传统提交规范生成标准化提交消息
SKILL.md
Generate standardized git commit messages following the project's Conventional Commits specification.
| feat | New feature | feat: add user authentication | | fix | Bug fix | fix: resolve login timeout issue | | docs | Documentation only | docs: update API documentation | | style | Code style (formatting, semicolons, etc.) | style: fix indentation | | refactor | Code refactoring (no feature change) | refactor: extract validation logic |
| perf | Performance improvement | perf: optimize database queries | | test | Add or modify tests | test: add unit tests for auth module | | chore | Build process or auxiliary tools | chore: update dependencies | | ci | CI/CD configuration | ci: add GitHub Actions workflow | | build | Build system changes | build: upgrade webpack to v5 |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/arcblock/agent-skills --skill commit- 分类
- </>开发工具
- 认证
- —
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 commit?
Git Commit Generator - 按照传统提交规范生成标准化提交消息 来源:arcblock/agent-skills。
如何安装 commit?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/arcblock/agent-skills --skill commit 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/arcblock/agent-skills