From workbench-dev-team
Generate commit messages using Conventional Commits + Gitmoji format. Use this skill whenever creating, drafting, or suggesting git commit messages — including /commit commands, pre-commit hooks, bulk commits, and any context where a commit message is being composed. Always invoke this skill before writing a commit message.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workbench-dev-team:git-commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
<type>: <emoji> <description>.
<optional body>
<optional footer(s)>
The colon, emoji, and description each separated by exactly one space: type: emoji description.
:references/gitmoji.md to select the correct emoji for the changereferences/conventional-commits.md to determine the correct type and overall format for the commit message, based on SemVer mapping and breaking change syntaxfeat: ✨ Add email validation endpoint.
fix: 🐛 Resolve checkout payment error.
refactor: ♻️ Extract payment processing into service class.
fix: 🐛 Resolve token expiration bug.
Fixes: #789
Fixes: #790
For details on body paragraphs, footer format, and breaking change indicators, read references/conventional-commits.md.
Only include for real issues being fixed. Each on its own line in the footer:
Fixes: #789
Fixes: #790
npx claudepluginhub mike-bronner/claude-workbench --plugin workbench-dev-teamProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
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.