git-commit-push-realtime
Git Commit + Push Realtime
Overview
Turn a longer implementation into a sequence of reviewable, working checkpoints. Each checkpoint represents one coherent outcome, passes the checks appropriate to that outcome, becomes one Conventional Commit, and is pushed immediately.
This differs from git-commit-push, which groups changes that already exist.
This skill stays active while the requested work is being performed and creates
checkpoints as meaningful units become complete.
The user's invocation pre-authorizes repeated commits and ordinary pushes for the requested task. It does not authorize history rewrites, force pushes, unrelated changes, releases, or new branches unless the user requested those separately.
Announce at start: "I'm using the git-commit-push-realtime skill to create and push verified checkpoints as I work."