Debugging loops
Reproduce-first debugging: write the failing test, fix it, exit green.
7 graded loops in this category.
Fix the auth bug in auth.ts
Debug and resolve authentication failures in auth.ts until the issue is resolved.
Memory leak hunt
Drive a suspected memory leak to ground: reproduce growth under a repeated workload, capture heap snapshots, and fix the retention until memory stays flat.
Take a ticket to reviewer-ready
Turn a ticket or bug report into a proven root cause, a minimal patch, and a clean handoff a reviewer can trust.
Ralph the bug backlog
Work a triaged bug list one fix per fresh-context iteration: reproduce first, fix minimally, prove it with a regression test, and log root-cause patterns to guardrails.
Sweep production errors to root cause
Trace actionable production errors to their root cause, verify the fix, open a PR, and stop cleanly when nothing needs action.
Check if there are any new errors in…
Community loop loop for debugging, sourced from github. Verified exit condition, evaluator-gated.
Rewrite every user-facing error
Inventory user-visible errors, replace internal or confusing text, and prove each reachable error state reads clearly.