cedricve/Create GitHub Issue with LLM-Generated User Story
Create a GitHub issue with a complete user story generated using (Azure) OpenAI and ChatGPT.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for authentication. | yes | — |
| openai_api_key | API key for OpenAI services. | no | "" |
| azure_openai_api_key | API key for Azure OpenAI services. | no | "" |
| openai_model | OpenAI model for chat/completions endpoint. | no | gpt-4o-mini |
| azure_openai_endpoint | Azure OpenAI endpoint URL. | no | "" |
| azure_openai_version | Azure OpenAI API version. | no | "" |
| issue_title | Title for the GitHub issue. | yes | — |
| issue_description | Brief description of the feature or user story to generate. | yes | — |
| complexity | Complexity level of the user story (e.g., Low, Medium, High). | no | Medium |
| duration | Estimated duration for the user story (e.g., 1 day, 1 week, 2 weeks). | no | 1 week |
| max_tokens | Max number of tokens for the prompt. | no | 2000 |
| temperature | Model creativity level (higher = more creative). | no | 0.6 |
| labels | Comma-separated list of labels to add to the issue. | no | "" |
| assignees | Comma-separated list of GitHub usernames to assign to the issue. | no | "" |
Outputs
no outputs