🔧 chore: fix skill naming and gitea actions compatibility (related to #2)
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s
This commit is contained in:
41
.vibe/skills/commit-message/assets/gitmoji-cheatsheet.md
Normal file
41
.vibe/skills/commit-message/assets/gitmoji-cheatsheet.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# Gitmoji Cheatsheet
|
||||
|
||||
## Quick Reference
|
||||
|
||||
### Most Common
|
||||
- ✨ `:sparkles:` - New feature
|
||||
- 🐛 `:bug:` - Bug fix
|
||||
- 📝 `:memo:` - Documentation
|
||||
- ♻️ `:recycle:` - Refactoring
|
||||
- 🧪 `:test_tube:` - Tests
|
||||
- 🔧 `:wrench:` - Configuration
|
||||
|
||||
### All Gitmoji
|
||||
|
||||
| Emoji | Code | Type | Description |
|
||||
|-------|------|------|-------------|
|
||||
| ✨ | `:sparkles:` | feat | New feature |
|
||||
| 🐛 | `:bug:` | fix | Bug fix |
|
||||
| 📝 | `:memo:` | docs | Documentation |
|
||||
| 🎨 | `:art:` | style | Code formatting |
|
||||
| 🔧 | `:wrench:` | chore | Build/config changes |
|
||||
| ♻️ | `:recycle:` | refactor | Code refactoring |
|
||||
| 🚀 | `:rocket:` | perf | Performance improvements |
|
||||
| 🔒 | `:lock:` | security | Security fixes |
|
||||
| 📦 | `:package:` | dependencies | Dependency changes |
|
||||
| 🔥 | `:fire:` | remove | Remove code/files |
|
||||
| 🐧 | `:penguin:` | linux | Linux-specific changes |
|
||||
| 🍎 | `:apple:` | macos | macOS-specific changes |
|
||||
| 🪟 | `:window:` | windows | Windows-specific changes |
|
||||
| 🤖 | `:robot:` | ci | CI/CD changes |
|
||||
| 🧪 | `:test_tube:` | test | Tests |
|
||||
| 📈 | `:chart_with_upwards_trend:` | analytics | Analytics/SEO |
|
||||
| 🌐 | `:globe_with_meridians:` | i18n | Internationalization |
|
||||
| ⚡ | `:zap:` | performance | Performance improvements |
|
||||
|
||||
## Usage Tips
|
||||
|
||||
1. **Keep it simple**: Use the most specific gitmoji that fits
|
||||
2. **Be consistent**: Use the same gitmoji for similar changes
|
||||
3. **First line only**: Gitmoji goes in the first line of commit message
|
||||
4. **One gitmoji per commit**: Focus on the primary change type
|
||||
Reference in New Issue
Block a user