You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/skill-bug-or-improvement.yml
+8-28Lines changed: 8 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,13 @@ body:
7
7
- type: markdown
8
8
attributes:
9
9
value: |
10
-
Thanks for helping us improve an existing skill!
11
-
If you want to propose a brand-new skill, use the *Skill proposal* template instead.
10
+
For a brand-new skill, use the *Skill proposal* template instead.
12
11
13
12
- type: dropdown
14
13
id: skill_name
15
14
attributes:
16
15
label: Which skill?
17
-
description: Pick the existing skill this issue is about. One issue per skill, please. If your skill isn't listed (e.g. it was just added), pick **Other** and name it in the details below.
16
+
description: One issue per skill. Pick **Other** if it isn't listed yet.
18
17
options:
19
18
- local-ai-app-integration
20
19
- local-ai-use
@@ -25,18 +24,11 @@ body:
25
24
- type: dropdown
26
25
id: issue_kind
27
26
attributes:
28
-
label: What kind of issue is this?
29
-
description: |
30
-
Pick the option that best matches what you're reporting. A matching label (`bug`, `improvement`, `scope`) will be applied automatically when the issue is created.
31
-
- **Improvement** — the skill works, but its strategy/instructions should change.
32
-
- **Bug** — the skill is broken, gives wrong output, or fails to fire when it should.
33
-
- **Scope** — the skill's scope should grow, shrink, or shift.
34
-
- **Something else** — none of the above.
27
+
label: Kind
35
28
options:
36
29
- "Improvement — existing skill should behave differently"
37
30
- "Bug — existing skill is broken"
38
31
- "Scope — scope of existing skill should change"
39
-
- "Something else"
40
32
validations:
41
33
required: true
42
34
@@ -64,17 +56,13 @@ body:
64
56
attributes:
65
57
value: |
66
58
---
67
-
### Environment
68
-
69
-
The fields below are **required for Improvement, Bug, and Something else** so we can reproduce what you saw.
70
-
For **Scope** issues you can leave them blank.
59
+
### Environment (required for Improvement and Bug; optional for Scope)
71
60
72
61
- type: input
73
62
id: system
74
63
attributes:
75
64
label: System / hardware
76
-
description: The machine you ran the agent on. Include the AMD product name and key accelerator(s) if relevant.
77
-
placeholder: e.g. AMD Ryzen™ AI Max+ 395, or MI300X server, or Ryzen 9 7950X + Radeon RX 7900 XTX
65
+
placeholder: e.g. AMD Ryzen™ AI Max+ 395, or MI300X, or Ryzen 9 7950X + RX 7900 XTX
78
66
79
67
- type: input
80
68
id: os
@@ -86,24 +74,16 @@ body:
86
74
id: agent
87
75
attributes:
88
76
label: Which agent did you use?
89
-
description: The coding agent / assistant that loaded the skill.
90
77
options:
91
78
- "Cursor"
92
79
- "Claude Code"
93
80
- "Claude Desktop"
94
81
- "Codex CLI"
95
82
- "GitHub Copilot"
96
-
- "Other (describe in details below)"
83
+
- "Other (describe in details above)"
97
84
98
85
- type: input
99
86
id: model
100
87
attributes:
101
-
label: Which model?
102
-
description: The underlying LLM the agent was using when the skill ran.
103
-
placeholder: e.g. Claude Opus 4.7, GPT-5.5, Sonnet 4.6
104
-
105
-
- type: textarea
106
-
id: anything_else
107
-
attributes:
108
-
label: Anything else?
109
-
description: Logs, screenshots, links to related issues/PRs, or extra context that didn't fit above.
0 commit comments