← 返回 Skills 市场
57
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skylv-git-commit-validator
功能描述
Validates git commit messages against conventional commits format. Triggers: commit lint, conventional commits, commit format.
使用说明 (SKILL.md)
Commit Linter
Overview
Validates commit messages and enforces conventional commits format.
Conventional Commit Format
type(scope): description
Types: feat, fix, docs, style, refactor, perf, test, chore
Valid Examples
feat(auth): add password reset fix(api): handle null response docs(readme): update install
Rules
- Subject line max 72 characters
- Use imperative mood ("add" not "added")
- No period at end of subject
- Separate subject from body with blank line
Validate
git log --oneline -20
安全使用建议
This appears safe for normal use as a commit-message formatting helper. It may read recent commit summaries from the current git repository, so use it only where that local history is appropriate for the agent to inspect.
功能分析
Type: OpenClaw Skill
Name: skylv-git-commit-validator
Version: 1.0.0
The skill bundle provides standard documentation and instructions for an AI agent to validate git commit messages against conventional commit standards. The only command included is a safe, read-only operation (`git log --oneline -20`) in SKILL.md, and there are no indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The stated purpose is to validate commit messages against the conventional commits format, and the SKILL.md content is limited to rules, examples, and a git log command for reviewing recent commits.
Instruction Scope
The skill includes a local git command, but it is read-only and directly aligned with checking recent commit messages.
Install Mechanism
There is no install spec and no code files; the artifact is instruction-only.
Credentials
The only environment interaction shown is reading recent git commit summaries, which is proportionate to the commit-linting purpose.
Persistence & Privilege
No credentials, privileged access, background process, memory, or persistence behavior is requested or shown.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skylv-git-commit-validator - 安装完成后,直接呼叫该 Skill 的名称或使用
/skylv-git-commit-validator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of skylv-commit-linter.
- Validates git commit messages against the conventional commits format.
- Enforces rules such as subject length, imperative mood, no trailing period, and required blank line separation.
- Supports triggers for commit linting and integrates with conventional workflow automation.
元数据
常见问题
Skylv Git Commit Validator 是什么?
Validates git commit messages against conventional commits format. Triggers: commit lint, conventional commits, commit format. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。
如何安装 Skylv Git Commit Validator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-git-commit-validator」即可一键安装,无需额外配置。
Skylv Git Commit Validator 是免费的吗?
是的,Skylv Git Commit Validator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skylv Git Commit Validator 支持哪些平台?
Skylv Git Commit Validator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skylv Git Commit Validator?
由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。
推荐 Skills