diff --git a/skills/gitea-implementierung/SKILL.md b/skills/gitea-implementierung/SKILL.md index c5172f2..407050d 100644 --- a/skills/gitea-implementierung/SKILL.md +++ b/skills/gitea-implementierung/SKILL.md @@ -9,8 +9,8 @@ Rolle: Zweite Phase der Gitea Issue Pipeline. Setzt die Spezifikation in Code um ## Eingang - Spezifikationsdokument: `memory/gitea-specs/issue-.md` -- Feature Branch: `feature/issue--` - Repo geklont in `/tmp/` oder Arbeitsverzeichnis +- Issue hat Label `KI` + `ReadyForDev` ## Aufgaben @@ -30,6 +30,15 @@ Rolle: Zweite Phase der Gitea Issue Pipeline. Setzt die Spezifikation in Code um - Funktionen kurz und fokussiert - Kommentare für *warum*, nicht *was* +### Feature Branch erstellen +- **Immer** vom aktuellen `main` Branch starten: +```bash +git checkout main && git pull +git checkout -b feature/issue-- +``` +- Branch-Naming: `feature/issue--` +- Repo klonen falls nötig: `git clone https://git.home.kies-media.de//.git /tmp/` + ### Bestehenden Code erweitern - Bestehende Patterns und Konventionen beachten - Keine unnötigen Refactorings im gleichen PR