Explain a finding
diffgate_explainGet a concise AI explanation for a code review finding. Uses a single LLM call to deliver faster insights without nested tool loops.
Instructions
Get a concise AI explanation for a DiffGate finding. Faster than diffgate_deep_review — a single LLM call with no tool loops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Repo root. Defaults to process.cwd(). | |
| finding | Yes | A finding object from diffgate_analyze. | |
| snippet | No | Code snippet around the finding. | |
| language | No | Language id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| explanation | Yes | A concise plain-language explanation of the finding. |