Coding

Two-Pass Self-Checking Review

Reviews a pasted PR or diff in two passes instead of one: the first pass lists every potential issue it can find, and the second pass critiques those findings and throws out anything weak or unsupported. The final output separates confirmed issues from possible risks and lists discarded findings with the reason they didn't hold up, which cuts down on the false alarms a single-pass review tends to produce.

Prompt
Review this PR in two passes.

Pass 1:
Find potential issues.

Pass 2:
Critique your own findings and remove weak or unsupported claims.

Final output:
- confirmed issues
- possible risks
- discarded findings with reason
Download .md