feat(claude): bump-version Skill hinzugefügt

Neuer projektspezifischer Skill, der bei Commit-Anfragen automatisch
fragt ob die Version (pyproject.toml, SemVer) mit gebumpt werden soll,
und bei direkten Release-Anfragen Version + Commit + Git-Tag erstellt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-14 18:52:59 +02:00
parent 8aed8b7e8b
commit c29505fac8
3 changed files with 112 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"permissions": {
"allow": [
"Skill(bump-version)",
"Skill(bump-version:*)",
"Bash(git branch *)"
]
}
}