Commit Helper
Skill Verifiziert AktivHelps write Git commit messages following the Conventional Commits specification. Use this skill when the user asks to commit changes, write commit messages, format commits, or mentions git commits.
To help developers write well-formatted Git commit messages efficiently, adhering to the Conventional Commits specification, and improving project history clarity.
Funktionen
- Generates Conventional Commits messages
- Validates commit message format
- Provides guidance on types, scopes, and formatting
- Includes examples for various scenarios
- Integrates with Git workflow for commit generation
Anwendungsfälle
- When a user asks to commit changes
- When a user requests to write or format git commit messages
- To enforce a standardized commit message format
- To improve the clarity and consistency of Git history
Nicht-Ziele
- Performing Git operations beyond commit message generation
- Managing merge conflicts or rebasing
- Automating the entire Git commit process without user review
Installation
npx skills add charon-fan/agent-playbookFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Unslop Commit
100Schreibt Commit-Nachrichten um, damit sie klingen, als hätte ein sorgfältiger menschlicher Ingenieur sie geschrieben. Entfernt KI-/Marketing-Schrott ("umfassende Lösung", "robuste Implementierung", "nutzen", "verbessern", "nahtlos", "Dieser Commit..."). Behält das Conventional Commits-Format bei. Betreff ≤72 Zeichen (Ziel ≤50), Imperativ. Body nur, wenn das "Warum" nicht aus dem Betreff ersichtlich ist. Verwenden Sie dies, wenn der Benutzer "Menschlichkeit der Commit-Nachricht", "Commit-Nachricht von Müll befreien", "diese Commit-Nachricht menschlich klingen lassen", "/unslop-commit", "/commit" sagt oder einen Entwurf einer zu bereinigenden Commit-Nachricht einfügt. Löst automatisch aus, wenn Änderungen gestaged werden.
Ctx Doctor
100Führt Diagnosen für den Kontextmodus aus. Überprüft Laufzeiten, Hooks, FTS5, Plugin-Registrierung sowie npm- und Marktplatzversionen. Auslöser: /context-mode:ctx-doctor
Git Commit
99Create a git commit with a good message. Use when the user says "commit", "save changes", "commit this", or asks to create a commit after making code changes.
Caveman Commit
98Ultra-komprimierter Generator für Commit-Nachrichten. Reduziert Rauschen in Commit-Nachrichten und bewahrt dabei Absicht und Begründung. Format: Conventional Commits. Betreff ≤50 Zeichen, Body nur, wenn "warum" nicht offensichtlich ist. Verwendung, wenn der Benutzer "schreibe einen Commit", "Commit-Nachricht", "generiere Commit", "/commit" sagt oder /caveman-commit aufruft. Automatische Auslösung beim Staging von Änderungen.
Commit Changes
97Stage, commit, and amend changes with conventional commit messages. Covers reviewing changes, selective staging, writing descriptive commit messages using HEREDOC format, and verifying commit history. Use when saving a logical unit of work to version control, creating a commit with a conventional message, amending the most recent commit, or reviewing staged changes before committing.
Commit
95Create well-formatted commits with conventional commit messages and emoji