Was ist commit-messages?
Beim Schreiben von Git/konventionellen Commits; NICHT für PR-Texte; gibt prägnante „Why-First-Commit“-Zeilen mit dem richtigen Typ/Bereich zurück. Quelle: mintuz/claude-plugins.
Beim Schreiben von Git/konventionellen Commits; NICHT für PR-Texte; gibt prägnante „Why-First-Commit“-Zeilen mit dem richtigen Typ/Bereich zurück.
Installieren Sie den KI-Skill commit-messages schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: mintuz/claude-plugins.
Use this skill to generate clear, conventional commit messages that explain the "why" not just the "what". Follow this guide when writing commit messages or helping users structure their commits.
| feat | New feature for the user | feat(auth): add password reset flow | | fix | Bug fix for the user | fix(cart): correct quantity calc | | docs | Documentation only changes | docs: update API examples | | style | Formatting, white-space (not CSS) | style: format with biome |
| refactor | Code change that neither fixes nor adds | refactor: extract validation utils | | perf | Performance improvement | perf: memoize expensive calculation | | test | Adding or updating tests | test: add auth integration tests | | build | Build system or dependencies | build: upgrade to node 22 |
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/mintuz/claude-plugins --skill commit-messagesBeim Schreiben von Git/konventionellen Commits; NICHT für PR-Texte; gibt prägnante „Why-First-Commit“-Zeilen mit dem richtigen Typ/Bereich zurück. Quelle: mintuz/claude-plugins.
Ö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/mintuz/claude-plugins --skill commit-messages Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/mintuz/claude-plugins