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

Commit Staged Changes

Step 1: Run
/commit-rules
Skill

Run

/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