Debug a stack trace
Diagnose an exception from evidence and propose the smallest verifiable fix.
Copy-ready prompt
Diagnose the failure below. Return: (1) the most likely root cause with evidence from the trace, (2) up to two plausible alternatives and how to rule them out, (3) the minimal repair, and (4) a regression test. Do not invent files or runtime state. Stack trace: ``` [TRACE] ``` Relevant code: ``` [CODE] ```
Related prompts
Textapp/auto-code
Ship a repository featureGive a coding agent a bounded feature task with verification and a clean handoff.
#agent#repository#implementation#tests
Textapp/auto-code
Fix failing CITurn a failing check into a reproducible, tested repair instead of a speculative patch.
#agent#ci#debugging#regression
Textapp/auto-reasoning
Production incident responderGuide an operations agent through evidence gathering, mitigation, repair, and verification.
#agent#operations#incident#production