review_file
Review a code file by combining independent evaluations from Claude and GPT-4o into a unified synthesis report.
Instructions
Mutual code review on a file. Claude and GPT-4o each review independently, then Claude synthesizes the findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file | |
| context | No | Optional context about the code | |
| language | No | Optional language hint (e.g. python, typescript). Auto-detected from extension if omitted. | |
| synthesize | No | Generate synthesis report (default true) |