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
Skills similaires
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Claude CodeCursoradvanced
890
234
3,212
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
claudeCursorWindsurfbeginner
259
72
1,114
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.
claudeCursorWindsurfintermediate
156
44
975