post_review_comment
Post inline comments on specific file lines in a Gerrit change, or reply to existing comments for line-by-line code review.
Instructions
Post an inline comment on a specific file/line in a Gerrit change. Use this for line-by-line code review comments. Can reply to existing comments. This is a mutation — use intentionally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | No | Line number for inline comment | |
| path | Yes | File path to comment on | |
| side | No | Side of the diff (REVISION or PARENT, defaults to REVISION) | |
| message | Yes | Comment text | |
| change_id | Yes | Gerrit change ID | |
| in_reply_to | No | ID of a comment to reply to | |
| revision_id | No | Revision ID (defaults to 'current') | current |