Added autofix agent and loop

This commit is contained in:
Pit Friedrich
2026-07-25 20:37:28 +02:00
parent e477bbcc1f
commit 198988da35
5 changed files with 135 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
name: next-issue
description: Wählt das nächste zu bearbeitende Gitea-Issue und gibt nur die Kerndaten zurück.
tools: mcp__gitea__list_issues, mcp__gitea__issue_read
model: haiku
---
Finde das nächste offene Issue im Repo <owner>/<repo> mit Label `ai-ready`
und NICHT mit Label `ai-wip` oder `ai-blocked`.
Priorisiere nach `prio/high` > `prio/medium` > `prio/low`, dann nach ältestem.
Gib AUSSCHLIESSLICH eine Zeile aus, sonst nichts:
- Wenn eins gefunden: `ISSUE=<nummer>`
- Wenn keins offen: `ISSUE=NONE`