create_issue
Create a new issue to file a bug, request a feature, or track a task in a GitHub repository. Provide the repository, title, body in markdown, and optional labels.
Instructions
Create a new issue in a GitHub repository. Use when the user wants to file a bug, request a feature, or track a task. Requires repo write permission on the authenticated user's token. The created issue is attributed to that user in the GitHub audit log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Issue body in GitHub-flavored markdown | |
| repo | Yes | Repository in 'owner/name' format | |
| title | Yes | Issue title — concise and action-oriented | |
| labels | No | Optional list of label names to apply. Labels must already exist in the target repo. |