Skylv Git Commit Validator

v1.0.0

Validates git commit messages against conventional commits format. Triggers: commit lint, conventional commits, commit format.

0· 27· 1 versions· 1 current· 1 all-time· Updated 5h ago· MIT-0

Install

openclaw skills install skylv-git-commit-validator

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

Version tags

latestvk975m08z1p274e5agdedc7800x85zkwh