git-commit-push
Installation
SKILL.md
Git Commit and Push
Stage changes, create a conventional commit, and push to origin in one workflow.
When to Use
- Ready to save changes to GitHub
- Work is complete and tested
- Any request to "commit and push" or "save changes"
Workflow
1. Check Current State
git status
git branch --show-current