generate_code_fix
Generate a file-scoped diff fix for a GitHub issue, adhering to the target repository's coding conventions.
Instructions
Generate scoped, file-level diff fix for an issue adhering to target repo conventions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Target repository in "owner/repo" format | |
| issueNumber | Yes | Target issue number | |
| fixDescription | Yes | Detailed description of the proposed code fix | |
| targetFilePath | Yes | File path to be modified (e.g. "src/utils/parser.ts") | |
| proposedChanges | Yes | The code fix diff or full replacement content |