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.md
source content

Stage and Commit Changes

Step 1: Run
/stage
Skill

Run the

/stage
skill.

Step 2: Run
/commit-staged
Skill

Run the

/commit-staged
skill.