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