heal_code
Apply AI-suggested fixes to code issues by loading source files and generating repair prompts for automated correction.
Instructions
Load a file's source code and prepare a repair prompt for the AI agent. The agent (you) should then apply the fix based on the issue description and suggestion. Returns the file content along with the repair context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to heal | |
| issue | Yes | Issue description to fix | |
| suggestion | No | Suggested fix from OCR scan |