git
Installation
SKILL.md
Git
Perform git operations.
Use exec to run git commands: git status, git add, git commit -m "message", git push, git pull, git log, git diff, git branch, etc. Use read to inspect files before committing when needed.