delimit_review
Get cross-model feedback on code changes before merging by running a multi-model review on a diff or file, with optional PR comment generation.
Instructions
Run a multi-model code review on a diff or file.
When to use: to get cross-model feedback on a code change before merging, optionally posted as a PR comment. When NOT to use: for structured cross-lens audit (use delimit_audit) or full multi-round debate (delimit_deliberate).
Sibling contrast: delimit_audit is structured (security / correctness / governance lenses); delimit_deliberate is full debate; this is single-prompt multi-model review.
Side effects: calls multiple models via ai.multi_review. May write a saved review record. When pr_url is provided, the review can be posted as a PR comment by the caller (this tool returns the comment body, it does not auto-post).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | Git diff or code text to review. Takes priority over file_path. | |
| file_path | No | Path to file to review (reads current content if no diff). | |
| context | No | Additional context about the change. | |
| pr_url | No | GitHub PR URL for linking the review. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||