feat: add workspace skills configuration
This commit is contained in:
11
.agents/skills/git-workflow/SKILL.md
Normal file
11
.agents/skills/git-workflow/SKILL.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
name: git-workflow
|
||||
description: Rules for atomic commits, semantic commit prefixes (feat, fix, docs, style, refactor), imperative language, and clean history checking.
|
||||
---
|
||||
|
||||
# Git & Workflow Guidelines
|
||||
|
||||
1. **Atomare Commits:** Generiere Code so, dass jede logische Änderung isoliert committet werden kann (z. B. Navbar separat von Hero).
|
||||
2. **Semantic Commits:** Nutze für Commit-Vorschläge zwingend die standardisierten Präfixe: `feat:`, `fix:`, `docs:`, `style:`, `refactor:`.
|
||||
3. **Imperative Sprache:** Formuliere Commit-Nachrichten immer als prägnanten Befehl (z. B. `feat: add bento grid layout`).
|
||||
4. **Clean History & Qualitäts-Check:** Prüfe vor jeder Ausgabe die korrekte Formatierung und stelle sicher, dass keine ungenutzten Imports verbleiben.
|
||||
Reference in New Issue
Block a user