Issue (GitHub)
File a GitHub issue — via the API when configured, otherwise as formatted text to paste.
tool name: issue
Creates a GitHub issue. With owner/repo and a token configured it posts through the GitHub API; otherwise it returns formatted issue text for manual creation.
You usually describe the problem in free-form text — the model derives the title (a short summary) and body (the fuller description) from that, without inventing details.
Every issue this creates ends with a trailing line — _Filed by Koris_, linking back to the project — so anyone reading the issue can tell it was created by Koris rather than a person.
Requires confirmation: this is a state-changing action; the model must show you the derived title/body/owner/repo and wait for an explicit follow-up confirmation.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| title | string | yes | The issue title — a short, clear summary derived from your description. |
| body | string | — | The issue body, expanded from what you said without inventing new details. |
| owner | string | — | GitHub owner/organization. Defaults to the configured owner when set. |
| repo | string | — | GitHub repository name (required if owner is provided). |