Turbo commit-staged-push
Commit already-staged changes and push in one step. Use when the user asks to \"commit and push staged changes\", \"commit and push what's staged\", or \"commit staged and push\".
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/commit-staged-push" ~/.claude/skills/tobihagemann-turbo-commit-staged-push && rm -rf "$T"
manifest:
skills/commit-staged-push/SKILL.mdsource content
Commit and Push
Step 1: Run /commit-staged
Skill
/commit-stagedRun the
/commit-staged skill.
Step 2: Push
Push to the current branch's remote:
git push