feat: add a feedback-loop-first diagnosing-bugs skill to the coding suite

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-08-24 15:02:12 -06:00
co-authored by Sisyphus
parent 03116d2f42
commit b5863dded0
3 changed files with 95 additions and 1 deletions
+7
View File
@@ -16,6 +16,7 @@ enabled_skills:
- ai-slop-remover
- code-review
- comment-discipline
- diagnosing-bugs
- git-master
- frontend-ui-ux
- verification-gates
@@ -169,6 +170,7 @@ nodes:
- ai-slop-remover
- code-review
- comment-discipline
- diagnosing-bugs
- git-master
- frontend-ui-ux
- verification-gates
@@ -227,6 +229,11 @@ nodes:
the previous attempt failed verification. Read the error, identify
the minimal fix, apply it. Do not refactor while fixing.
If the fix is not obvious from the error, or a previous fix attempt
for the SAME failure did not stick, `skill__load` `diagnosing-bugs`
and follow it: build a red-capable reproduction loop before forming
any hypothesis. Do not spend a second attempt on a blind retry.
## Rules
1. Match existing patterns - read examples first.