Turbo stage-commit
Stage files and create a commit in one step with a message matching existing commit style. Use when the user asks to \"stage and commit\", \"add and commit\", \"commit my changes\", or \"commit these 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" ~/.claude/skills/tobihagemann-turbo-stage-commit && rm -rf "$T"
manifest:
skills/stage-commit/SKILL.mdsource content
Stage and Commit Changes
Step 1: Run /stage
Skill
/stageRun the
/stage skill.
Step 2: Run /commit-staged
Skill
/commit-stagedRun the
/commit-staged skill.