I have this error: [ERROR] Relevant code: [CODE] Context: [CONTEXT] Work through it in this order and show your reasoning: 1. What the error message literally means — decode it, do not paraphrase it 2. The three most likely causes, ranked, with what makes each likely or unlikely given the code 3. For the top cause: the exact line, and why it produces this specific message 4. The smallest fix that addresses the cause rather than the symptom 5. One check I can run in under a minute to confirm the diagnosis before I change anything If the code shown is not enough to be sure, say exactly which file or value you need rather than guessing.
A refactor that respects your language version and does not silently change behaviour.
Generates a test suite weighted toward boundaries and failure paths, not happy paths.
A review that separates real bugs from taste, so you know what must be fixed.