·commit-helper
</>

commit-helper

charon-fan/agent-playbook

帮助按照常规提交规范编写 Git 提交消息。当用户要求提交更改、编写提交消息、格式化提交或提及 git 提交时,请使用此技能。

12安装·0热度·@charon-fan

安装

$npx skills add https://github.com/charon-fan/agent-playbook --skill commit-helper

SKILL.md

A skill for creating properly formatted Git commit messages following the Conventional Commits specification.

| feat | A new feature | | fix | A bug fix | | docs | Documentation only changes | | style | Changes that do not affect the meaning of the code (formatting, 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 |

| chore | Changes to the build process or auxiliary tools | | ci | Changes to CI configuration files and scripts | | build | Changes that affect the build system or external dependencies |

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/charon-fan/agent-playbook --skill commit-helper
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 commit-helper?

帮助按照常规提交规范编写 Git 提交消息。当用户要求提交更改、编写提交消息、格式化提交或提及 git 提交时,请使用此技能。 来源:charon-fan/agent-playbook。

如何安装 commit-helper?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/charon-fan/agent-playbook --skill commit-helper 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/charon-fan/agent-playbook