explain_issue
Explains code quality issues detected during review, providing detailed analysis, category context, and actionable fix guidance for developers to resolve problems.
Instructions
Explain a code quality issue detected by OCR. Returns detailed explanation, category context, and fix guidance for the AI agent to act on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | The issue description to explain | |
| file | No | File path where the issue was found | |
| line | No | Line number | |
| severity | No | Severity: critical/high/medium/low/info | |
| category | No | Issue category | |
| suggestion | No | Auto-generated fix suggestion |