← all prompts
2026-04-30
code-review
drop after a feature lands.
review the diff on this branch.
priorities, in order:
1. correctness — actual bugs, race conditions, off-by-one
2. boundaries — does each module have one job?
3. dead code — unused vars, useless wrappers, half-built abstractions
4. style only at the end
skip nitpicks. flag only things you'd actually block a PR over.
report under 200 words.
stops the model from generating 40 bullet points of "consider extracting..." noise.