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

Hooks Git

Plugin Aktiv

Git Hooks - Event-driven automation hooks

Zweck

To automate common Git operations like staging modified files and assisting with commit creation through event-driven hooks.

Funktionen

  • Automatic staging of modified files after edits
  • Intelligent commit creation with automatic message generation
  • Event-driven automation for Git workflows

Anwendungsfälle

  • Automatically staging all changes before creating a commit
  • Streamlining the commit process by auto-generating messages
  • Integrating Git operations into the Claude Code workflow

Nicht-Ziele

  • Performing complex Git operations beyond staging and basic commit assistance
  • Replacing the full Git command-line interface
  • Handling non-Git related automation

Invocation

  • warning:Overlapping near-synonym toolsThe plugin exposes 'git-add-changes' and 'auto-git-add', which perform very similar functions of staging modified files, leading to potential redundancy.
  • warning:Hook matcher tightnessThe 'auto-git-add' hook uses a broad matcher 'Edit|MultiEdit|Write' which could potentially trigger on unintended file operations.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add davepoon/buildwithclaude
/plugin install hooks-git@buildwithclaude

Qualitätspunktzahl

79 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit5 days ago
Sterne2.9k
LizenzMIT
Status
Quellcode ansehen