← 返回
未分类

Skylv Git Commit Validator

Validates git commit messages against conventional commits format. Triggers: commit lint, conventional commits, commit format.
sky-lv
未分类 clawhub v1.0.0 100000 Key: 无需
★ 0
Stars
📥 287
下载
💾 1
安装

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 02:26 安全 安全

安全检测

暂无安全检测报告