📦 GI Git Commit Helper — 智能生成提交信息
v1.0.0通过解析 git diff 自动生成清晰准确的 commit message,免去手动编写烦恼,让版本历史一目了然。
0· 225·1 当前·1 累计
下载技能包
最后更新
2026/3/17
安全扫描
OpenClaw
安全
high confidenceThe skill's requirements and instructions align with its stated purpose (generating commit messages from git diffs); it is an instruction-only helper that asks the agent to inspect diffs and format messages using Conventional Commits.
评估建议
This skill is internally coherent and simply instructs the agent to read git diffs and produce commit messages. Before using it, be aware that: (1) the agent will inspect repository diffs — do not run it on code or data you consider confidential unless you trust the model provider and execution environment; (2) the model may include parts of the diff in its prompt to generate better messages, so private code could be exposed; (3) always review generated commit messages before committing (they ma...详细分析 ▾
✓ 用途与能力
Name/description match the instructions: the SKILL.md only describes analyzing git diffs and producing Conventional Commit-style messages. It does not request unrelated credentials, binaries, or config paths.
✓ 指令范围
Runtime instructions only direct the agent to run 'git diff --staged' or 'git diff' and produce type/scope/subject/body. They don't ask the agent to read unrelated files, environment variables, or send data to external endpoints beyond normal model use.
✓ 安装机制
No install spec and no code files are present (instruction-only). Nothing is downloaded or written to disk by an installer.
✓ 凭证需求
The skill declares no required environment variables, credentials, or config paths — consistent with its function of formatting commit messages from local git diffs.
✓ 持久化与权限
always is false and the skill does not request persistent privileges or modify other skills or system settings. Autonomous invocation is allowed by platform default but is not combined with broad credential access.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/16
Initial release. Generate Conventional Commits from git diff. Gravitech Innovations.
● 无害
安装命令
点击复制官方npx clawhub@latest install gi-git-commit-helper
镜像加速npx clawhub@latest install gi-git-commit-helper --registry https://cn.longxiaskill.com镜像同步中