← 返回 Skills 市场
73
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-sanctum-commit-messages
功能描述
Generate conventional commit messages from staged changes with correct type/scope
安全使用建议
This skill appears coherent and limited to generating commit messages from staged changes. Before using it, confirm you are comfortable letting the agent read your staged diffs and recent commit history (these may contain sensitive data). The skill writes a local file ./commit_msg.txt — review that file before running git commit. If you enable the optional 'sem' integration, ensure the sem binary is from a trusted source. As a best practice, run the skill in a trusted repo and inspect the generated message before committing.
功能分析
Type: OpenClaw Skill
Name: nm-sanctum-commit-messages
Version: 1.0.0
The skill is designed to generate conventional commit messages by analyzing staged changes using standard git commands (git status, git diff, git log) and an optional semantic diff tool. It includes stylistic guidelines to avoid corporate jargon and follows standard git practices, such as ensuring pre-commit hooks are respected. No malicious behavior, data exfiltration, or unauthorized execution patterns were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description claim to generate conventional commit messages from staged changes. The SKILL.md only references git commands, optional use of a 'sem' tool if present, and writing a local preview file — all directly related to that purpose.
Instruction Scope
Instructions tell the agent to run git status/diff/log on the repository and to write ./commit_msg.txt. This is expected, but it means the agent will read repository contents (staged hunks and recent commits). The SKILL.md also optionally invokes an external tool 'sem' when available; that tool is not required and is clearly optional.
Install Mechanism
No install spec or code files — instruction-only skill. Nothing is downloaded or written to disk by an installer. Lowest-risk install posture.
Credentials
No environment variables, credentials, or config paths are requested. The only required privileges are read access to the local Git repository and permission to create ./commit_msg.txt, which are proportional to the stated task.
Persistence & Privilege
always:false and default invocation settings. The skill writes a single local preview file and does not request persistent system-wide changes or modify other skills. No elevated privileges requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nm-sanctum-commit-messages - 安装完成后,直接呼叫该 Skill 的名称或使用
/nm-sanctum-commit-messages触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release.
- Generates conventional commit messages from staged git changes.
- Supports type/scope classification and entity-aware messages with sem integration.
- Enforces commit message formatting: subject, body, and footer with clear rules.
- Includes a "slop check" to avoid jargon and use plain language.
- Outputs message to commit_msg.txt and previews before commit.
元数据
常见问题
Nm Sanctum Commit Messages 是什么?
Generate conventional commit messages from staged changes with correct type/scope. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 Nm Sanctum Commit Messages?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-sanctum-commit-messages」即可一键安装,无需额外配置。
Nm Sanctum Commit Messages 是免费的吗?
是的,Nm Sanctum Commit Messages 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nm Sanctum Commit Messages 支持哪些平台?
Nm Sanctum Commit Messages 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nm Sanctum Commit Messages?
由 athola(@athola)开发并维护,当前版本 v1.0.0。
推荐 Skills