commit-sync

star 1

Pause current Codex work and commit/push dirty repository state when asked for "commit-sync", "checkpoint", or "sync to origin".

sharpninja By sharpninja schedule Updated 6/4/2026

name: commit-sync description: Pause current Codex work and commit/push dirty repository state when asked for "commit-sync", "checkpoint", or "sync to origin".

Pause first. Report the repo-scope dirty tree with git status --short --untracked-files=all, the current branch, and git remote get-url origin. Wait for explicit acknowledgement before staging, committing, or pushing.

After acknowledgement, stage the full dirty tree with git add -A -- ., commit the complete scope, capture the commit SHA with git rev-parse HEAD, and push with git push origin HEAD:<current-branch>. Report the push result and final clean/dirty status.

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

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