evaluate_code
Get a comprehensive code evaluation across 45 judges using automated pattern detection and deep contextual analysis, delivering a combined verdict with scores, findings, and guidance to improve code quality.
Instructions
Submit code to the full Judges Panel for evaluation. Handles ALL code types including application code, infrastructure-as-code (Bicep, Terraform, ARM, CloudFormation), and configuration files. All 45 judges will independently review the code using both automated pattern detection and deep contextual analysis criteria. Returns a combined verdict with scores, findings, and expert review guidance for thorough evaluation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The source code to evaluate. Include the full file content for best results. | |
| config | No | Optional inline configuration (same format as .judgesrc) | |
| context | No | Optional additional context about the code — e.g., what the code does, which framework it uses, or the deployment target. | |
| language | Yes | The programming language of the code (e.g., 'typescript', 'python', 'javascript', 'csharp', 'java'). | |
| relatedFiles | No | Related files that provide cross-file context for deeper analysis (imports, shared types, call sites) | |
| minConfidence | No | Minimum finding confidence to include (0-1, default: 0) | |
| includeAstFindings | No | Include AST/code-structure findings (default: true) |