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:

  1. Stage and commit changes (following commit skill best practices)
  2. Fetch and evaluate remote state
  3. Sync with remote using the safest strategy for the situation
  4. Push local commits to remote

When to Use

Installs
11
GitHub Stars
9
First Seen
Mar 1, 2026
commit-push-sync — yulonglin/dotfiles