PromptVault

Code review — correctness first

3 versions · currently on v3

Back to prompt

History

Pick two versions to compare. Restoring adds a new version rather than deleting anything.

FromToVersion
  1. v3CurrentClaude17 days ago

    Code review — correctness first

    cap the output so it stays scannable

  2. v2Claude17 days ago

    Code review — correctness first

    ask for a failing input, not just a description

  3. v1Claude17 days ago

    Code review — correctness first

Comparing v2 → v3

+1 −1 lines

11 Review this diff. Focus on correctness before style.
22  
33 For each issue, give me:
44 - the file and line
55 - what breaks, with a concrete failing input and the wrong output it produces
66 - the smallest fix that does not change unrelated behavior
77  
8Skip anything a linter would catch. If the diff is fine, say so plainly instead of inventing nits.
8+Rank issues most severe first and stop at five. Skip anything a linter would catch. If the diff is fine, say so plainly instead of inventing nits.