什么是 git-convention?
按照 Angular 约定格式生成常规 git 提交消息。在创建提交、编写提交消息或查看 git 历史记录时使用此技能。触发器包括“git commit”、“提交消息”、“更改日志”或版本控制更改请求。 来源:duckyman-ai/agent-skills。
按照 Angular 约定格式生成常规 git 提交消息。在创建提交、编写提交消息或查看 git 历史记录时使用此技能。触发器包括“git commit”、“提交消息”、“更改日志”或版本控制更改请求。
通过命令行快速安装 git-convention AI 技能到你的开发环境
来源:duckyman-ai/agent-skills。
Generate conventional git commit messages following Angular commit convention format.
| feat | A new feature | | fix | A bug fix | | docs | Documentation only changes | | style | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) | | refactor | A code change that neither fixes a bug nor adds a feature | | perf | A code change that improves performance |
| test | Adding missing tests or correcting existing tests | | build | Changes that affect the build system or external dependencies | | ci | Changes to CI configuration files and scripts | | chore | Other changes that don't modify src or test files | | revert | Reverts a previous commit |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/duckyman-ai/agent-skills --skill git-convention按照 Angular 约定格式生成常规 git 提交消息。在创建提交、编写提交消息或查看 git 历史记录时使用此技能。触发器包括“git commit”、“提交消息”、“更改日志”或版本控制更改请求。 来源:duckyman-ai/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/duckyman-ai/agent-skills --skill git-convention 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/duckyman-ai/agent-skills