review_code
Identify bugs, security risks, performance issues, and clarity problems in code by delegating review to a chosen AI agent. Specify focus areas for targeted analysis.
Instructions
Review code using a specific agent. Analyzes for bugs, security, performance, and clarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code to review (inline code or file content) | |
| agent | Yes | Agent to review with | |
| focus | No | Specific review focus area | |
| timeout | No | Timeout in ms | |
| filePath | No | File path for context |