commit-push
Installation
SKILL.md
Commit and push
Step 0: Gather context
Run these Bash commands before proceed:
git status -sb-- worktree stategit diff HEAD-- staged + unstaged changesgit branch --show-current-- current branchgh repo view --json defaultBranchRef -q '.defaultBranchRef.name'-- default branchgit log --oneline -5-- recent commits for style
Prerequisites
- Verify inside git repo
- Verify git remote exist:
git remote -v-- if none, stop + explain