From kagents
Conventional Commits — type/scope/description format (feat, fix, docs, refactor, perf, test, chore, ci), breaking changes, scopes (.NET, CI/CD, PowerShell), SemVer mapping. USE FOR: writing commit messages, validating commit format, understanding version-bump rules. DO NOT USE FOR: release process or branching (use releaseflow-domain) or changelog file creation (use release-management).
How this skill is triggered — by the user, by Claude, or both
Slash command
/kagents:conventional-commitsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
<type>(<scope>): <description>
[optional body]
[optional footer(s)]
| Type | SemVer | Beschreibung |
|---|---|---|
feat | MINOR | Neues Feature |
fix | PATCH | Bugfix |
docs | — | Dokumentation |
style | — | Formatierung |
refactor | — | Code-Umbau |
perf | PATCH | Performance |
test | — | Tests |
chore | — | Build/CI/Deps |
ci | — | CI-Konfiguration |
.NET: blazor, maui, api, efcore, aspireCI/CD: ci, cd, actionsPowerShell: ps, pwshInfra: infra, azurefeat(api)!: Ändere Rückgabeformat
BREAKING CHANGE: Beschreibung und Migrationspfad.
feat(blazor): Benutzer-Tabelle mit Sortierung (#42)fix(api): Null-Reference bei leerem Query-Parameter (#43)chore(ci): NuGet-Cache in Build-Workflow aktiviertdocs(readme): Installationsanleitung aktualisiertCreates, 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 grexyloco/k.agents --plugin kagents