Agent skill
Leavn Commit Machine
Create clean, descriptive git commits for Leavn app following emoji prefix convention with comprehensive change summaries
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/leavn-commit-machine
SKILL.md
Leavn Commit Machine
Instructions
Create commits following Leavn's emoji convention:
-
Check what changed:
bashgit 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:
bashgit 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?