スキル一覧に戻る
shunkakinoki

commit-lint

by shunkakinoki

Configuration for Agents

6🍴 1📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: commit-lint allowed-tools: Read, Bash, TodoWrite description: Validate commit messages against conventional commit format

/commit-lint — Commit message validation

Ensure commits follow conventional commit format and pass quality checks.

Commit Format

<type>[scope]: <description>

[body]

[footer]

Commit Types

TypePurpose
featNew feature
fixBug fix
docsDocumentation
styleFormatting (no code change)
refactorCode restructuring
testAdding/fixing tests
choreBuild/tooling changes
perfPerformance improvement
ciCI configuration
buildBuild system changes
revertRevert previous commit

Pre-commit Checks

Auto-detected based on lock files (bun/pnpm/yarn/npm):

$PM run format   # Biome formatting
$PM run lint     # Linting checks
$PM run check    # Quality verification

Hook Detection

FileSystem
lefthook.ymllefthook (automatic)
.pre-commit-config.yamlpre-commit (automatic)
NeitherManual validation

Examples

feat: add user authentication
fix(auth): resolve login validation error
docs: update API documentation
feat!: change API interface

BREAKING CHANGE: Method now requires email parameter

Guidelines

  • Keep header under 72 characters
  • Use present tense: "Add" not "Added"
  • Solo-authored commits only (no co-authorship)
  • AI attribution goes in PR description, not commits

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です