mirror of
https://github.com/alleneubank/claude-code.git
synced 2026-09-14 14:06:56 +08:00
458 B
458 B
allowed-tools, description
| allowed-tools | description |
|---|---|
| Bash(git add:*), Bash(git status:*), Bash(git commit:*) | Create a git commit |
Context
- Current git status: !
git status - Current git diff (staged and unstaged changes): !
git diff HEAD - Current branch: !
git branch --show-current - Recent commits: !
git log --oneline -10
Your task
Review the changes in the repo and prepare logical, organized, clean and descriptive git commits using conventional commits.