Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Commit Changes

Skill Verifiziert Aktiv
Teil von:Agent Almanac

Stage, 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.

Zweck

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

Qualitätspunktzahl

Verifiziert
97 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne14
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Unslop Commit

100

Schreibt 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.

Skill
MohamedAbdallah-14

Git Commit

99

Create 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.

Skill
SeifBenayed

Commit Helper

99

Helps 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.

Skill
charon-fan

Caveman Commit

98

Ultra-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.

Skill
juliusbrussee

Commit

95

Create well-formatted commits with conventional commit messages and emoji

Skill
NeoLabHQ

Everything Claude Code

100

Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.

Skill
affaan-m