| 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 diffChoose 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