← Back to list

leavn-commit-machine
by willsigmon
Website for sigstack.dev - Claude Code stack showcase
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: Leavn Commit Machine description: Create clean, descriptive git commits for Leavn app following emoji prefix convention with comprehensive change summaries allowed-tools: Bash, Read
Leavn Commit Machine
Instructions
Create commits following Leavn's emoji convention:
-
Check what changed:
git status git diff --stat git diff -
Choose emoji prefix:
- 🔧
:wrench:- Bug fixes, corrections - 🚀
:rocket:- New features, major improvements - 🧹
:broom:- Code cleanup, deletions - ⚡️
:zap:- Performance improvements - 🛡️
:shield:- Security, error handling - 🔀
:twisted_rightwards_arrows:- Merge, consolidation - 🐛
:bug:- Bug fixes (visual/functional) - 🎨
:art:- UI/UX improvements - 🎵
:musical_note:- Audio features - 📝
:memo:- Documentation
- 🔧
-
Write commit message:
{emoji} Brief summary (50 chars) - Bullet point details - File counts, line changes - Impact statement 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com> -
Commit:
git add -A git commit -m "$(cat <<'EOF' Message here EOF )"
Use this skill when: Ready to commit changes, multiple files modified, need good commit message
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