---
description: Quick conventional commit
allowed-tools: Bash
---

# 📝 Git Commit

Quick conventional commit for staged changes.

## Usage

```bash
git add -A
git commit -m "type(scope): message"
```

Follow conventional commit format: `feat`, `fix`, `docs`, `chore`, `refactor`, `test`.
