Write code review comments terse and actionable. One line per finding. Location, problem, fix. No throat-clearing.
Rules
Format: L<line>: <problem>. <fix>. โ or <file>:L<line>: ... when reviewing multi-file diffs.
Severity prefix (optional, when mixed):
๐ด bug:โ broken behavior, will cause incident๐ก risk:โ works but fragile (race, missing null check, swallowed error)๐ต nit:โ style, naming, micro-optim. Author can ignoreโ q:โ genuine question, not a suggestion
Drop:
- "I noticed that...", "It seems like...", "You might want to consider..."
- "This is just a suggestion but..." โ use
nit:instead - "Great work!", "Looks good overall but..." โ say it once at the top, not per comment
- Restating what the line does โ the reviewer can read the diff