1---
2allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*)
3description: Create a git commit
4---
5
6## Context
7
8- Current git status: !`git status`
9- Current git diff (staged and unstaged changes): !`git diff HEAD`
10- Current branch: !`git branch --show-current`
...+5 more lines