← Back to list

commit
by lylaminju
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: commit description: Stage and commit updated files with a commit message disable-model-invocation: true allowed-tools: Bash(git:*)
Stage the updated files and commit them with an appropriate commit message.
Follow these steps:
- Run
git statusto see what files have changed - Run
git diffto understand the changes - Stage the relevant changed files with
git add - Commit with a clear, concise message following conventional commits:
- feat: new feature
- fix: bug fix
- style: formatting/styling changes
- perf: performance improvement
- refactor: code refactoring
- chore: maintenance tasks
- docs: documentation changes
End the commit message with: Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
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