---
name: auto-git-add
description: Automatically stage modified files with git add after editing
category: git
event: PostToolUse
matcher: Edit|MultiEdit|Write
language: bash
version: 1.0.0
---

# auto-git-add

Automatically stage modified files with git add after editing

## Event Configuration

- **Event Type**: `PostToolUse`
- **Tool Matcher**: `Edit|MultiEdit|Write`
- **Category**: git

## Environment Variables

None required

## Requirements

None

