oh-my-git-commit
PassAudited by ClawScan on May 13, 2026.
Overview
This skill is a coherent git commit helper that can stage files and create commits when invoked, so users should review the diff before allowing it to commit.
This skill appears safe for its stated purpose. Before installing or using it, remember that it can stage files and create git commits via Bash, so review the diff and staged files carefully, especially to avoid committing secrets such as `.env`, credentials, or private keys.
Publisher note
执行 git commit,支持 conventional commit 消息分析、智能暂存和消息生成。用户要求提交更改、创建 git commit 或提到 "/commit" 时触发。支持:(1) 从变更自动检测 type 和 scope,(2) 从 diff 生成 conventional commit 消息,(3) 交互式 commit 支持覆盖 type/scope/description,(4) 按逻辑分组智能暂存文件
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used carelessly, the agent could stage unintended files or create a commit before the user has reviewed the exact changes.
The skill allows Bash and documents git commands that can stage files and create commits, which changes the local repository. This is expected for a commit helper and is paired with safety guidance.
allowed-tools: Bash ... git add path/to/file1 path/to/file2 ... git commit -m "<type>[scope]: <中文描述>"
Review `git status` and the diff before committing, and ensure secrets or unrelated files are not staged.
