delimit_review
Run a multi-model code review on a diff or file. Consolidates AI feedback from multiple models into a single structured review that can be posted as a GitHub PR comment.
Instructions
Run a multi-model code review on a diff or file.
Sends the code change to multiple AI models and consolidates their feedback into a single structured review. The output can be posted as a GitHub PR comment.
Provide either a diff string or a file path to review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | Git diff or code to review. Takes priority over file_path. | |
| file_path | No | Path to file to review (reads current content). | |
| context | No | Additional context about the change (what it does, why). | |
| pr_url | No | GitHub PR URL for linking the review. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||