← Back to list

git-commit-guidelines
by thinceller
management dotfiles
⭐ 4🍴 0📅 Jan 24, 2026
SKILL.md
name: Git Commit Guidelines description: This skill should be used when the user asks to "write a commit message", "format commit", "commit message style", or needs guidance on conventional commit format.
Git Commit Guidelines
This skill provides guidance for writing conventional commit messages.
Commit Message Format
<type>(<scope>): <subject>
<body>
<footer>
Types
| Type | Description |
|---|---|
| feat | New feature |
| fix | Bug fix |
| docs | Documentation only |
| style | Formatting, no code change |
| refactor | Code change, no feature/fix |
| test | Adding tests |
| chore | Maintenance tasks |
Rules
- Subject line max 50 characters
- Use imperative mood ("Add feature" not "Added feature")
- No period at end of subject
- Blank line between subject and body
- Body explains what and why, not how
Examples
Good:
feat(auth): add OAuth2 login support
Implement Google and GitHub OAuth providers.
Closes #123
Bad:
Updated the login page to support OAuth
Quick Reference
feat: New functionality for usersfix: Bug fix for usersdocs: Documentation changesrefactor: Code restructuringtest: Test additions/changeschore: Build, CI, dependencies
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon