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
Related skills
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
Claude CodeCursoradvanced
890
234
3,212
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
claudeCursorWindsurfbeginner
259
72
1,114
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.
claudeCursorWindsurfintermediate
156
44
975