/review --comment can now post its findings as a general note on a GitLab merge request via glab.
/review's --comment flag now works against GitLab merge requests: when the target is a GitLab MR, findings are posted as a single general MR note via glab mr note ... -m "<body>", falling back to printing the findings if glab isn't available or the target isn't an MR. The --comment/--post explanation text now branches by target, describing GitHub inline PR comments separately from the GitLab general MR note behavior.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
| `claude ultrareview [target]` | Run [ultrareview](/docs/en/ultrareview#run-ultrareview-non-interactively) non-interactively. Prints findings to stdout and exits 0 on success or 1 on failure. Use `--json` for the raw payload and `--timeou…cli-reference see the edit
| Plugin `skills/` subdirectory | Frontmatter `name` or the directory name, namespaced by plugin | `my-plugin/skills/review/SKILL.md` → `/my-plugin:review`, or `/my-plugin:fancy` with `name: fancy` |skills see the edit
Anthropic's documentation has since written up /review, on Extend Claude with skills.
Improved /code-review --comment to post findings on GitLab merge requests via glab mr note instead of reporting the target as unsupported