review_code
Analyzes code using Karpathy's principles to promote simplicity, surgical changes, and goal-driven execution. Prevents common coding mistakes.
Instructions
Review code against the 4 Karpathy principles: Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code snippet to review | |
| context | No | Optional context about what the code is supposed to do |