commit-messages
✓Generieren Sie klare, konventionelle Commit-Nachrichten aus Git-Diffs. Verwenden Sie diese Option, wenn Sie Commit-Nachrichten schreiben, gestaffelte Änderungen überprüfen oder Releases vorbereiten.
Installation
SKILL.md
Generate consistent, informative commit messages following the Conventional Commits specification.
| feat | New feature | feat(auth): add OAuth2 login | | fix | Bug fix | fix(api): handle null response | | docs | Documentation only | docs(readme): add setup instructions | | style | Formatting, no code change | style: fix indentation | | refactor | Code change, no new feature/fix | refactor(db): extract query builder |
| perf | Performance improvement | perf(search): add result caching | | test | Adding/fixing tests | test(auth): add login unit tests | | build | Build system changes | build: update webpack config | | ci | CI configuration | ci: add GitHub Actions workflow | | chore | Maintenance tasks | chore(deps): update dependencies |
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/thedecipherist/claude-code-mastery --skill commit-messages- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-01
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist commit-messages?
Generieren Sie klare, konventionelle Commit-Nachrichten aus Git-Diffs. Verwenden Sie diese Option, wenn Sie Commit-Nachrichten schreiben, gestaffelte Änderungen überprüfen oder Releases vorbereiten. Quelle: thedecipherist/claude-code-mastery.
Wie installiere ich commit-messages?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/thedecipherist/claude-code-mastery --skill commit-messages Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/thedecipherist/claude-code-mastery
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-01