Stats
Actions
Tags
From harness-audit
Write a clear, conventional git commit message from staged changes. Use when the user asks to commit, write a commit message, or describe what changed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/harness-audit:commit-messageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a high-quality commit message that describes the staged changes.
Generate a high-quality commit message that describes the staged changes.
git diff --staged to see what is actually being committed. If nothing
is staged, inspect git status and ask the user what to stage.<type>(<optional scope>): <subject>
<body — what changed and why, wrapped at ~72 cols>
feat, fix, refactor, docs, test, chore, perf,
build, ci.feat(auth): add refresh-token rotation
Tokens are now rotated on every refresh so a leaked token is valid for
at most one cycle.
fix(parser): handle empty input without panicking
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub contextosai/skills --plugin example-skills