mr_verify_review
Verify whether review comments have been addressed by inspecting the diff near each commented line. Quickly see what changed to confirm resolution without re-reading the entire merge request.
Instructions
Check whether each review thread was addressed by nearby diff changes.
Joins the review's discussions with its current diff: for every inline comment thread, surfaces the add/del lines within +/-window of the commented line. A thread with no nearby changes is a candidate for "not yet addressed"; one with changes shows exactly what moved near it — a fast re-review pass without re-reading the whole diff. Read-only. Works on GitLab and GitHub (note: GitHub doesn't expose thread resolution via REST, so rely on has_changes there, not the resolved flag).
Args: url: Full merge/pull request URL. window: Lines before/after the commented line to scan (default 40).
Returns: {mr_number, title, summary{total_threads, resolved, unresolved, threads_with_changes, threads_without_changes}, threads[{..., nearby_changes, has_changes}], threads_no_location[...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| window | No |