Claudev3codingreview
Review this diff. Focus on correctness before style. For each issue, give me: - the file and line - what breaks, with a concrete failing input and the wrong output it produces - the smallest fix that…
Claudev2codingdebuggingteaching
Here is a stack trace. Explain it to someone in their first year of writing code. Start by telling me which end to read from and why. Then walk through it in this order: 1. The one line that actually…
GPTv2codinggit
Write a commit message for this diff. Subject line: imperative mood, under 60 characters, no trailing period. Body: wrap at 72 characters, explain why the change was made, not what the diff already sh…