commit-staged
The commit-staged skill commits changes that are already staged in git using a message that matches the repository's existing commit style. Use this when a user requests to commit staged changes without needing to select or stage files first, as it retrieves commit conventions through the commit-rules skill before creating the commit.
git clone --depth 1 https://github.com/tobihagemann/turbo /tmp/commit-staged && cp -r /tmp/commit-staged/claude/skills/commit-staged ~/.claude/skills/commit-stagedSKILL.md
# 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
For each reviewer question on a PR, recall implementation reasoning and compose a raw answer. Use when the user asks to \"answer reviewer questions\", \"draft answers to PR questions\", or \"explain reviewer questions\".
Apply findings by making the suggested code changes. Applies accepted verdicts, escalates ambiguous findings to the user, and offers to note genuine improvements for later. Use when the user asks to \"apply findings\", \"apply fixes\", \"apply suggestions\", \"apply accepted findings\", \"fix the findings\", or \"apply the review results\".
Project-wide health audit pipeline that fans out to all analysis skills in parallel, evaluates findings, and produces a unified report at .turbo/audit.md. Use when the user asks to \"audit the project\", \"run a full audit\", \"project health check\", \"audit my code\", \"codebase audit\", or \"comprehensive review\".
Shared changelog conventions and formatting rules referenced by $create-changelog and $update-changelog. Not typically invoked directly.
Enforce mirror, reuse, and symmetry principles to keep new code consistent with surrounding code. Use when writing new code in an existing codebase, adding new features, refactoring, or making any code changes.
Run autonomous task execution using the codex CLI. Use when the user asks to \"codex exec\", \"run codex exec\", \"execute a task with codex\", or \"delegate to codex\".
Run AI-powered code review using the codex CLI. Use when the user asks to \"codex review\", \"run codex review\", or \"review a commit with codex\".
Shared commit message rules and technical constraints referenced by $stage-commit and $commit-staged. Not typically invoked directly.