Loading...
Loading...
Create a GitHub issue in a mitodl repository using the organization's standard issue templates. Triggered by /olissue — prompts for repo, issue type, and fills in the appropriate template (Bug Report, Technical, Product, Design QA). Defaults the organization to mitodl.
npx skill4agent add mitodl/agent-kit create-github-issue/olissue/olissuemitodlmitodl| Field | Notes |
|---|---|
| Repository | e.g. |
| Issue type | See template menu below |
| Title | Short, imperative sentence |
| Body details | Specifics to fill into the chosen template |
| # | Name | Labels | Template file |
|---|---|---|---|
| 1 | Bug Report | | bug.md |
| 2 | Technical Issue | (none) | default.md |
| 3 | Product Issue | (none) | product.md |
| 4 | Design QA | | designQA.md |
gh issue create \
--repo mitodl/<repo> \
--title "<title>" \
--body "<filled-in template body>" \
--label "<label>" # omit if no label for this template typegh issue createbug<!--- Provide a general summary of the issue in the Title above -->
### Expected Behavior
<!--- Explain what should happen -->
### Current Behavior
<!--- Describe what happens instead of the expected behavior -->
### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.
### Possible Solution
<!--- optional — delete if empty -->
<!--- Do you have any ideas how to fix this bug? -->
### Additional Details
<!--- optional — delete if empty -->
<!--- If there are additional details that are helpful for addressing this bug please add them here -->### Description/Context
<!-- What needs to be done? What additional details are needed by the person who will do the work? -->
### Plan/Design
<!--- How do you plan to achieve the stated goals? --->
<!--- Include any design documents or visual mockups as relevant --->### User Story
<!-- Why does this need to be done? Who will it benefit and how? -->
- As a ..., I want to ..., so I can ...
### Description/Context
<!-- What needs to be done? What additional details are needed by the person who will do the work? -->
### Acceptance Criteria
<!-- What are the concrete outcomes that need to happen for this to be "done"? -->
- [ ]
### Plan/Design
<!--- How do you plan to achieve the stated goals? --->
<!--- Include any design documents or visual mockups as relevant --->design QA<!--- Title template: "Design QA: <Template/Section/Component> -->
### Relevant Links
<!--- Include Figma and/or relevant reference links -->
### Prioritized List of Issues
<!--- Provide a prioritized checklist of design feedback with relevant screenshots and details. Include indication of high, med, low priority from a design perspective -->
1. `high`
2. `high`
3. `med`
4. `low`
### Additional Details
<!--- optional — delete if empty -->
<!--- If there are additional details that are helpful for addressing the design feedback please add them here -->gh issue create<!-- ... -->org/repomitodl/Design QA: <Template/Section/Component>