π¦ ClawHub
commit
by @brennerspear
Create a git commit with a contextual message based on current changes, then push the branch.
TERMINAL
clawhub install commitπ About This Skill
name: commit description: Create a git commit with a contextual message based on current changes, then push the branch. allowed-tools: [Bash]
Context
git statusgit diff HEADgit branch --show-currentgit log --oneline -10Your task
Based on the above changes, stage everything, create one commit with a contextual message, and push the current branch.
Required sequence:
1. Stage changes.
2. Create a single commit.
3. Push the current branch to origin (use --set-upstream origin if needed).
Do not use interactive commands and do not output extra commentary.