bakeoff/live/v5/commit-message/commit-message/SKILL.md
Write conventional commit messages from git diffs or change summaries. Use when committing, drafting commit messages, or summarizing staged changes. Do NOT use for PR bodies or release notes.
npx skillsauth add bjg4/bgskillz commit-messageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
From diff or summary, output:
<type>(<scope>): <subject ≤72 chars>
<body: what and why, wrap at 72>
| Type | When | |------|------| | feat | New capability | | fix | Bug fix | | docs | Docs only | | refactor | No behavior change |
Pick the closest type; omit scope if unclear.
No diff? Request git diff --staged or a one-line change summary.
feat(auth): add JWT login endpoint
Add POST /login issuing tokens; validate credentials against user store.
development
Create S-tier portable skills and agents with comprehensive quality guidance. Use when creating or improving skills, designing multi-agent orchestration workflows, auditing agent quality, running evals, or learning agent-building best practices. Covers the full lifecycle from use case definition through automated evaluation, review, and iteration. Do NOT use for general coding tasks, writing documentation unrelated to agents/skills, or building applications.
development
Create S-tier portable skills and agents with comprehensive quality guidance. Use when creating or improving skills, designing multi-agent orchestration workflows, auditing agent quality, running evals, or learning agent-building best practices. Covers the full lifecycle from use case definition through automated evaluation, review, and iteration. Do NOT use for general coding tasks, writing documentation unrelated to agents/skills, or building applications.
development
Create S-tier portable skills and agents with comprehensive quality guidance. Use when creating or improving skills, designing multi-agent orchestration workflows, auditing agent quality, running evals, or learning agent-building best practices. Covers the full lifecycle from use case definition through automated evaluation, review, and iteration. Do NOT use for general coding tasks, writing documentation unrelated to agents/skills, or building applications.
development
Stress-test a plan or design through Socratic questioning until shared understanding. Use when the user says "grill me", wants to stress-test a plan, or review a design. Do NOT use for implementation or code generation.