← Back to Skills Marketplace
114
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skylv-commit-linter
Description
Validates git commit messages against conventional commits format. Triggers: commit lint, conventional commits, commit format.
Usage Guidance
This skill is incomplete rather than obviously malicious: it promises automatic commit-message linting but provides only guidelines and a single 'git log' command. Before installing or using it, ask the author for the concrete linting steps (e.g., which tool/command to run, any install steps such as npm install commitlint, or husky hooks). Require the skill to: 1) list exact commands it will execute, 2) disclose any packages it would install or network endpoints it would call, and 3) prompt before reading or transmitting repository data. If you need commit linting now, prefer well-known implementations (commitlint + @commitlint/config-conventional, or git hooks via husky) rather than this underspecified skill.
Capability Analysis
Type: OpenClaw Skill
Name: skylv-commit-linter
Version: 1.0.0
The skill is a straightforward utility for validating git commit messages against conventional commit standards. The SKILL.md file contains educational guidelines and a standard, non-destructive command (git log) to retrieve commit history for analysis, with no evidence of malicious intent or high-risk behavior.
Capability Assessment
Purpose & Capability
Name and description promise automated validation/enforcement of Conventional Commits, but the SKILL.md contains only formatting rules and one example git command; there is no actual linting procedure, tool invocation, or dependency declared. The requested capabilities do not match the implementation (i.e., capability is claimed but not provided).
Instruction Scope
Runtime instructions are minimal and vague. The only actionable line is 'git log --oneline -20', which reads local git history (reasonable for this purpose) but does not implement validation, remediation, or explain what further commands are permitted. The vagueness grants broad agent discretion to choose how to 'validate', which is a scope creep risk.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install footprint. Nothing is written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets or broad access.
Persistence & Privilege
Does not request always-on presence and leaves autonomous invocation enabled (platform default). The skill does not request elevated system or cross-skill privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-commit-linter - After installation, invoke the skill by name or use
/skylv-commit-linter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of skylv-commit-linter.
- Validates git commit messages against the conventional commits format.
- Enforces commit message rules: type, scope, description, length, and style.
- Supports conventional commit types: feat, fix, docs, style, refactor, perf, test, chore.
- Provides examples and validation rules for proper commit formatting.
- Triggered on commit lint events.
Metadata
Frequently Asked Questions
What is Skylv Commit Linter?
Validates git commit messages against conventional commits format. Triggers: commit lint, conventional commits, commit format. It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install Skylv Commit Linter?
Run "/install skylv-commit-linter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv Commit Linter free?
Yes, Skylv Commit Linter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv Commit Linter support?
Skylv Commit Linter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv Commit Linter?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.
More Skills