Commit Changes
Skill Verifiziert AktivStage, 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.
To streamline and standardize the process of saving logical units of work to version control using conventional commit messages, ensuring clarity and consistency in commit history.
Funktionen
- Stage files selectively
- Write descriptive commit messages (HEREDOC)
- Amend the most recent commit (message or content)
- Verify commit history and content
- Use conventional commit types (feat, fix, docs, etc.)
Anwendungsfälle
- Saving a logical unit of work to version control
- Creating a commit with a conventional message
- Amending the most recent commit
- Reviewing staged changes before committing
Nicht-Ziele
- Managing Git branches
- Resolving Git conflicts
- Setting up new Git repositories
Installation
/plugin install agent-almanac@pjt222-agent-almanacQualitä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.
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.
Commit Helper
99Helps 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.
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
95Create well-formatted commits with conventional commit messages and emoji
Everything Claude Code
100Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.