← Back to list

code-commit
by hscspring
🎸 Scaffold AI-friendly project structures for Vibe Coding
⭐ 10🍴 1📅 Jan 23, 2026
SKILL.md
name: code-commit description: Commit code changes with well-structured messages following Conventional Commits. Use when ready to commit after implementation or bug fix.
Code Commit
Create well-structured git commits with meaningful messages.
Format
<type>(<scope>): <subject>
<body>
<footer>
Types
| Type | Use For |
|---|---|
feat | New feature |
fix | Bug fix |
docs | Documentation |
refactor | Code restructuring |
test | Adding tests |
chore | Maintenance |
Examples
feat(auth): add user login functionality
Implement JWT-based authentication with:
- Login endpoint
- Token validation
Closes #123
fix(api): handle null response in user query
Rules
- Atomic - One logical change per commit
- Present tense - "add" not "added"
- 50/72 - Subject ≤50, body wrapped at 72
- Reference issues -
Closes #123orFixes #456
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

