Turbo stage-commit-push

Stage files, create a commit, and push in one step. Use when the user asks to \"stage commit and push\", \"add commit and push\", \"commit and push\", or \"commit and push my changes\".

install
source · Clone the upstream repo
git clone https://github.com/tobihagemann/turbo
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tobihagemann/turbo "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/stage-commit-push" ~/.claude/skills/tobihagemann-turbo-stage-commit-push && rm -rf "$T"
manifest: skills/stage-commit-push/SKILL.md
source content

Stage, Commit, and Push

Step 1: Run
/stage-commit
Skill

Run the

/stage-commit
skill.

Step 2: Push

Push to the current branch's remote:

git push