gh_issue_create
Create a GitHub issue in a specified repository by providing a title, Markdown body, and optional labels, using a temp file to avoid shell quoting issues.
Instructions
Create a GitHub issue. Body is passed via a temp file (no shell quoting).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | issue body Markdown. | |
| repo | Yes | ``owner/repo`` (required; do not rely on gh's default-repo guess). | |
| title | Yes | issue title. | |
| labels | No | optional list of label names. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||