commit-sync

star 0

Pause Cline v2 work and commit/push dirty repo state when asked for "commit-sync", "checkpoint", or "sync to origin".

sharpninja By sharpninja schedule Updated 6/4/2026

name: commit-sync description: Pause Cline v2 work and commit/push dirty repo state when asked for "commit-sync", "checkpoint", or "sync to origin".

Pause the active task. Report repo-scope state with git status --short --untracked-files=all, current branch, and origin remote. Wait for explicit acknowledgement before staging, committing, or pushing.

After acknowledgement, stage the full dirty tree with git add -A -- ., commit all scoped changes, capture the commit SHA with git rev-parse HEAD, and push with git push origin HEAD:<current-branch>. Report the push result.

Never force push, rewrite history, rebase, reset, or discard unrelated user changes.

Install via CLI
npx skills add https://github.com/sharpninja/mcpserver-cline-v2-plugin --skill commit-sync
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator