Turbo commit-staged
Commit already-staged changes with a message matching existing commit style. Use when the user asks to \"commit staged changes\" or \"commit what's staged\".
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" ~/.claude/skills/tobihagemann-turbo-commit-staged && rm -rf "$T"
manifest:
skills/commit-staged/SKILL.mdsource content
Commit Staged Changes
Step 1: Run /commit-rules
Skill
/commit-rulesRun
/commit-rules to load commit message rules and technical constraints.
Step 2: Commit
- Changes are already staged and ready to commit
- Do not stage any files