📦 git commit tool — 智能提交助手
v1.0.0基于规范提交格式分析,智能暂存变更并自动生成提交信息,一键完成 Git 提交操作。
0· 112·0 当前·0 累计
下载技能包
最后更新
2026/3/28
安全扫描
OpenClaw
安全
high confidenceThe skill's requirements and instructions match its stated purpose (creating conventional commits) and it makes no disproportionate requests, but the AI-GEN footer requirement and enforced language are implementation/operational quirks to be aware of.
评估建议
This skill appears coherent for its purpose: it runs git commands to create conventional commits. Before installing or using it, consider: (1) the skill will run git commands that modify your repository—review diffs and staged files before committing; (2) the SKILL.md enforces commit messages in Simplified Chinese—ensure that's what you want; (3) it requires adding an "AI-GEN" footer with model name and AI-generated percentage/line counts — the skill doesn't explain how to compute these or where...详细分析 ▾
✓ 用途与能力
Name and description (git commit / conventional commits) align with the instructions: the SKILL.md only uses git commands (git diff, git status, git add, git commit) and staging guidance which are appropriate and expected for this purpose.
ℹ 指令范围
Instructions stay within commit-related actions and explicitly forbid destructive or unrelated behavior (no config edits, no force pushes, avoid secrets). However, the SKILL.md requires commit messages in Simplified Chinese and mandates an "AI-GEN" footer that includes a model name and a percentage/line count of AI-generated code. The skill does not explain how to compute or obtain the model name/AI percentage—this is ambiguous and may produce inaccurate or privacy-leaking metadata in commits.
✓ 安装机制
Instruction-only skill with no install steps, code files, or external downloads. Lowest-risk install profile.
✓ 凭证需求
No environment variables, credentials, or config paths are requested. The operations performed (git commands) are proportional to the stated goal.
✓ 持久化与权限
always is false, and there is no request to modify other skills or system-wide settings. The skill runs commands locally via Bash when invoked and does not request elevated persistence.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/28
Initial release supporting conventional commit message generation with intelligent staging and AI code attribution. - Analyzes git diff to auto-detect commit type, scope, and message. - Allows interactive commit message customization, including manual overrides. - Stages files intelligently for logical change grouping. - Generates commit messages in Chinese (简体中文) following the Conventional Commits specification. - Appends an "AI-GEN" footer showing percentage and lines of AI-generated code. - Enforces git safety best practices, preventing accidental destructive commands.
● Pending
安装命令
点击复制官方npx clawhub@latest install git-commit-tool
镜像加速npx clawhub@latest install git-commit-tool --registry https://cn.longxiaskill.com镜像同步中