name: commit description: Generate conventional commit messages with emoji, ensure no Co-Authored-By
Commit Helper
Generate conventional commit messages following project conventions.
Usage
/commit [message]
Without message: analyzes staged changes and suggests a commit message. With message: validates and formats the message.
Conventions
Format: <type>: <description> <emoji>
Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore
Emojis:
- feat: ✨
- fix: 🐛
- docs: 📝
- style: 💄
- refactor: ♻️
- perf: ⚡
- test: ✅
- build: 📦
- ci: 🔧
- chore: 🧹
Safety Checks
- NEVER add
Co-Authored-By:lines - Verify working directory has staged changes
- Warn if committing sensitive files (.env, credentials)
Examples
/commit "add auth middleware"
→ "feat: add auth middleware ✨"
/commit "fix timeout bug"
→ "fix: timeout bug 🐛"
/commit
→ Analyzes git diff --staged and suggests type + message
Errors
- No staged changes → "Error: No staged changes. Run: git add
" - Co-Authored-By detected in message → "Error: Remove Co-Authored-By before commit"
- Sensitive files staged → "Warning: .env files detected. Unstage with: git reset HEAD
"
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
5
GitHub Forks
4
Created
Mar 2026
Last Updated
il y a 3 mois
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!