tobihagemann/commit-rules
Shared commit message rules and technical constraints referenced by /stage-commit and /commit-staged. Not typically invoked directly.
npx skills add https://github.com/tobihagemann/turbo --skill commit-rules
git log -n 10 --oneline.turbo/ content (filenames, requirement IDs, shell references, headings) in commit messages. .turbo/ is gitignored, so these references would be opaque to anyone reading without local copies.git commit -m "message" directly—do not use heredoc syntax (sandbox blocks temp file creation)--no-gpg-sign, -c commit.gpgsign=false). If signing fails, use AskUserQuestion to let the user resolve it—they may need to approve a key prompt.Take tobihagemann/commit-rules from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.