·commit-messages
</>

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.

7Installationen·0Trend·@mintuz

Installation

$npx skills add https://github.com/mintuz/claude-plugins --skill commit-messages

So installieren Sie commit-messages

Installieren Sie den KI-Skill commit-messages schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/mintuz/claude-plugins --skill commit-messages
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

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 |

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/mintuz/claude-plugins --skill commit-messages
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-22
Aktualisiert
2026-03-10

Browse more skills from mintuz/claude-plugins

Schnelle Antworten

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.

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/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

Wo ist das Quell-Repository?

https://github.com/mintuz/claude-plugins