generate_issue
Generate a structured GitHub issue from a natural-language description, selecting a type and optional labels, with fields for environment, expected/actual behavior, and reproduction steps.
Instructions
Generate a structured GitHub issue using the issue description, issue details, and repository labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of GitHub issue | |
| labels | No | Labels selected from the repository's available GitHub labels | |
| description | Yes | Short natural-language description of the problem or request | |
| environment | No | Browser, operating system, application version, etc. | |
| actualBehavior | No | What actually happens | |
| expectedBehavior | No | What should happen | |
| additionalContext | No | Logs, screenshots, related information, or other useful context | |
| reproductionSteps | No | Steps required to reproduce the issue |