Add review comment
add_review_commentAttach review comments to tickets with optional file and line anchors. Unresolved comments guide the next agent's work and resubmit tickets in review.
Instructions
Attach a PR-style review comment to a ticket (optionally anchored to a file and line). Unresolved review comments surface in the ticket's next work packet (get_work_packet.reviewComments) so the next agent acts on the feedback, and — when the ticket is in Review — a comment sends it back into next_task's queue. Also recorded on the ticket's audit history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | File the comment refers to. | |
| line | No | Line number the comment refers to. | |
| author | No | Who left the comment. | |
| ticket | Yes | ||
| comment | Yes | The review feedback. | |
| project | Yes |