The whole hunk
from line 298, old and new numbered
/
lines
from line 298
298298 You can also add flags:
299299
300300 * `--fix`: applies the findings to your working tree after the review
301 * `--comment`: posts the findings as inline PR comments
301 * `--comment`: posts the findings on a GitHub pull request as inline comments, or on a GitLab merge request as a single note
302302 * `--post`: on an `ultra` cloud review of a `github.com` pull request, preselects posting the finished findings to the PR in the launch dialog; see [Post findings to the pull request](/docs/en/ultrareview#post-findings-to-the-pull-request). Requires Claude Code v2.1.227 or later
303
304 When you pass `--comment` for a GitLab merge request, Claude Code posts the findings through GitLab's `glab` CLI. Requires Claude Code v2.1.257 or later. When `glab` isn't installed, Claude prints the findings in the terminal instead.
305
306 Pass the merge request as its URL or a `!123` reference. Claude Code treats a bare number or branch name as a merge request only when the checkout's origin is on `gitlab.com`. On a self-managed GitLab instance, pass the URL or `!123` form.
303307 </Step>
304308
305309 <Step title="Keep working">