push
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Commit and Push
I have gathered information about your changes. Here are the results:
<git_status>
!git status
</git_status>
<staged_diff>
!git diff --cached
</staged_diff>
<unstaged_diff>
!git diff
</unstaged_diff>
<recent_commits>
!git log --oneline -10
</recent_commits>