commit-and-push

Installation
SKILL.md

Commit and Push

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
13
First Seen
Jul 26, 2026
commit-and-push — gigio1023/gigio-pack