← Back to Skills Marketplace
sky-lv

Skylv Git Commit Validator

by SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
57
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skylv-git-commit-validator
Description
Validates git commit messages against conventional commits format. Triggers: commit lint, conventional commits, commit format.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skylv-git-commit-validator
  3. After installation, invoke the skill by name or use /skylv-git-commit-validator
  4. 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 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.
Metadata
Slug skylv-git-commit-validator
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Skylv Git Commit Validator?

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 57 downloads so far.

How do I install Skylv Git Commit Validator?

Run "/install skylv-git-commit-validator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skylv Git Commit Validator free?

Yes, Skylv Git Commit Validator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skylv Git Commit Validator support?

Skylv Git Commit Validator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skylv Git Commit Validator?

It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.

💬 Comments