save
SKILL.md
Save and Push to GitHub
Automatically save all your changes and push them to GitHub with a single command.
How It Works
- Check current repository status and changes
- Analyze the changes to generate an appropriate commit message
- Add all changes to staging
- Create commit with generated (or provided) message
- Push to remote repository
Workflow Steps
When /save is invoked:
-
Check Status: Run
git statusto see all untracked and modified files -
Analyze Changes: Run
git diffto understand what changed