Place Review Comments
High-signal reviews put feedback where the author can act on it. `tuicr` supports line, range, file, and review-level comments, matching the same broad model used in pull request reviews.
Pick the smallest useful target
| Feedback shape | Target | `tuicr` action |
|---|---|---|
| A specific line is wrong or unclear. | Line | c |
| A block works or fails as a unit. | Range | v, select, c |
| The concern is about the file overall. | File | C |
| The concern is about merge readiness. | Review | <leader>c |
Retrieval check
You want to comment on a four-line block where the control flow breaks together. Which target fits best?
Correct. A range comment keeps the feedback attached to the whole block.
Not quite. Use a range comment when several adjacent lines form the issue.
Practice
- Find one changed line and imagine a direct question for the author.
- Find one changed block and decide whether a range comment is clearer.
- Write one review-level summary sentence, even if you do not submit it.