commit-push-sync
Installation
SKILL.md
Commit, Smart Sync, and Push Workflow
Automates the complete workflow of committing local changes, syncing with remote using a context-aware pull strategy, and pushing updates.
Purpose
Handle the full git workflow in a single command:
- Stage and commit changes (following commit skill best practices)
- Fetch and evaluate remote state
- Sync with remote using the safest strategy for the situation
- Push local commits to remote