GitHub Issue Creator

Turn user stories into structured requirements and publish them as GitHub issues

Requirement publishing workflow

Connect GitHub, capture the user story, generate a structured requirement document, review the rendered output, then create the issue on the target repository.

1
Connect GitHub Repository URL and access token
2
Capture requirement Issue title and raw user story
3
Build document Generated markdown and manual edits
4
Review and publish Preview output and create the issue

Step 1. GitHub connection

Choose the destination repository and provide a token with permission to create issues.

Setup

The app parses the owner and repository name from either a full GitHub URL or the short `owner/repo` format.

Token saved in this browser

The token is stored locally in `localStorage` and is used only to call the GitHub REST API from your browser.

Step 2. Capture the requirement

Define the issue title and one or more user stories that will be parsed into the requirement template.

Input

Use the pattern `As a [role], I want [goal], so that [reason]` for automatic parsing.

Step 3. Requirement document Edit the generated markdown for the selected story before publishing.
Markdown
Step 4. Review rendered output Preview the selected story requirement exactly as GitHub will render the markdown.
Preview
Click Generate requirement document to render the preview here.

Repository Issues