gh_issue_create
Create a GitHub issue with a title, markdown body, and target repository. Assign labels or an assignee as needed, and receive the URL of the newly created issue in return.
Instructions
Create a GitHub issue. Returns the issue URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Issue body (markdown) | |
| repo | Yes | owner/repo — required; a write never infers its target | |
| title | Yes | Issue title | |
| labels | No | Comma-separated labels | |
| assignee | No | GitHub username to assign |