code_review
Deep code review with severity-rated issues, security flags, performance notes, and specific fix suggestions. Returns: critical/high/medium/low issues with exact locations, security vulnerabilities, refactor suggestions, and an overall score. Use when user shares code and says 'review this', 'what's wrong with', 'is this secure', 'how can I improve'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code to review. Paste directly (any language, max ~5000 chars). | |
| focus | No | Review focus: security, performance, readability, bugs, all. Default: all. | |
| context | No | What the code does or what concerns you have. E.g. 'This is a payment handler, looking for security issues'. | |
| language | No | Programming language. Auto-detected if omitted. |