commit-push-sync

Installation
SKILL.md

Commit, Push, and Sync

Produce logically scoped commits and push the requested branch without absorbing unrelated user changes. Report the commits, pushed ref, verification evidence, and any remaining worktree state.

Workflow

  1. Inspect before mutating:

    git rev-parse --show-toplevel
    git status -sb
    git branch --show-current
    git remote -v
    git diff --stat
    git diff
    git diff --cached
    
Installs
3
GitHub Stars
1
First Seen
Jul 10, 2026
commit-push-sync — gigio1023/agent-skills