834 B
834 B
description, argument-hint, subagent, fork
| description | argument-hint | subagent | fork |
|---|---|---|---|
| Diagnose a failing test, build, or runtime error | [error message, test name, or stack trace] | true | true |
Diagnose the following failure: $@
Structure your answer as:
- What failed — one-sentence summary; quote the exact error line
- Likely root cause — ranked list, most probable first
- Minimal fix — the smallest change that would resolve it
- How to verify — the exact command or test to confirm the fix
- How to prevent — a regression test, invariant, or guard to add
Be specific. If multiple causes are plausible, name each and give a quick disambiguation check (a log line, a flag, a one-line probe) to tell them apart. Do not speculate beyond what the error message and the code actually show — if you need more data, say so explicitly.