← スキル一覧に戻る

commit-lint
by shunkakinoki
Configuration for Agents
⭐ 6🍴 1📅 2026年1月23日
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
| Type | Purpose |
|---|---|
feat | New feature |
fix | Bug fix |
docs | Documentation |
style | Formatting (no code change) |
refactor | Code restructuring |
test | Adding/fixing tests |
chore | Build/tooling changes |
perf | Performance improvement |
ci | CI configuration |
build | Build system changes |
revert | Revert 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
| File | System |
|---|---|
lefthook.yml | lefthook (automatic) |
.pre-commit-config.yaml | pre-commit (automatic) |
| Neither | Manual 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
レビュー
💬
レビュー機能は近日公開予定です