review_code
Review code by having two AI models independently analyze it and then combine their findings into a unified report.
Instructions
Mutual code review on a code snippet. Claude and GPT-4o each review independently, then Claude synthesizes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code snippet to review | |
| context | No | Optional context about the code | |
| filename | No | Optional filename for context | |
| language | No | Language hint (e.g. python) | |
| synthesize | No | Generate synthesis report (default true) |