Loading...
Loading...
Use When: Submitting code to a Git repository and generating standardized commit messages
npx skill4agent add henryzhuhr/skills git-commit-helper<type>: <short description>
[optional body]
[optional footer]| Type | Description | Emoji |
|---|---|---|
| New feature | ✨ |
| Fix bug | 🐛 |
| Documentation update | 📝 |
| Code format adjustment | 💄 |
| Code refactoring | ♻️ |
| Performance optimization | ⚡ |
| Test-related changes | ✅ |
| Build/tooling changes | 🔧 |
| CI/CD configuration changes | 👷 |
| Revert a commit | ⏪ |
/commit ✨ feat: Add user login functionality
/commit 🐛 fix: Fix null pointer exception in password reset API
/commit 📝 docs: Update installation instructions in README.md
/commit ♻️ refactor: Restructure user management module codegit commitgit push