Intermediate Communication #code-review #github #tone

Classify the Code Review Comment Tone

5 exercises — real PR comments carry very different social signals depending on word choice and framing. Misreading the tone of a review comment can cause unnecessary conflict or missed feedback.

The 4 main code review tones
  • Supportive — "LGTM 🚀", "Great work!", explicit praise → approve and merge
  • Critical — "fundamentally wrong", "this won't work" → must fix before merge
  • Constructive/Neutral — "nit:", "consider:", "could you clarify?" → suggestion or question, often non-blocking
  • Humorous/Ironic — sarcasm, jokes, memes → pointing out absurdity, usually non-blocking
0 / 5 completed
1 / 5
Read this GitHub PR comment. What tone is the reviewer using?

"This is exactly what I was hoping to see! Great refactor — clean separation of concerns, easy to follow, and the tests are solid. LGTM 🚀"