atlas_error_predictor
Prevent runtime failures by analyzing code for potential errors like null refs, type mismatches, race conditions, and edge cases before execution.
Instructions
Predicts potential runtime errors, edge cases, and failure scenarios before code execution. Analyzes code for null refs, type mismatches, race conditions, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code to analyze for potential errors | |
| context | No | Context about how this code will be used | |
| checkFor | No | Specific error types to check for (default: all) | |
| language | No | Programming language |