什么是 git-commit?
综合的 Git 代理技能,结合了战略工作流程、严格的传统提交标准和安全执行协议。作为高级工程师,指导用户进行原子的、可验证的、标准化的git操作。 来源:chiperman/agent-skills。
综合的 Git 代理技能,结合了战略工作流程、严格的传统提交标准和安全执行协议。作为高级工程师,指导用户进行原子的、可验证的、标准化的git操作。
通过命令行快速安装 git-commit AI 技能到你的开发环境
来源:chiperman/agent-skills。
"Think before you commit." Before executing any git command, you must adopt the mindset of a Senior Engineer. Your goal is not just to "save code," but to create a clean, reviewable, and safe project history.
| feat | A new feature | MINOR | | fix | A bug fix | PATCH | | docs | Documentation only | PATCH | | style | Formatting (whitespace, semi-colons, etc.) | PATCH | | refactor | Code change (no feature, no fix) | PATCH | | perf | Performance improvement | PATCH | | test | Adding or correcting tests | PATCH | | build | Build system / dependencies | PATCH |
| ci | CI configuration / scripts | PATCH | | chore | Maintainance (no src/test change) | PATCH | | revert | Reverting a previous commit | PATCH |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/chiperman/agent-skills --skill git-commit综合的 Git 代理技能,结合了战略工作流程、严格的传统提交标准和安全执行协议。作为高级工程师,指导用户进行原子的、可验证的、标准化的git操作。 来源:chiperman/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/chiperman/agent-skills --skill git-commit 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/chiperman/agent-skills