Stats
Actions
Tags
From Dev Workflow
Use when committing staged changes or when the user asks to commit, write a commit message, or run /commit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-workflow:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Type**: Automated dev workflow
Type: Automated dev workflow Goal: Generate a commit message following Conventional Commits and execute the commit
<type>: <title>
<body>
| Type | Purpose |
|---|---|
feat | New feature |
fix | Bug fix |
refactor | Code change (no feature/fix) |
perf | Performance improvement |
test | Adding or updating tests |
docs | Documentation changes |
style | Formatting, whitespace |
chore | Maintenance, dependencies |
ci | CI/CD changes |
build | Build system changes |
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub bingeli1379/eli-marketplace --plugin dev-workflow