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
+12-36Lines changed: 12 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,9 @@ body:
7
7
- type: markdown
8
8
attributes:
9
9
value: |
10
-
Thanks for helping us improve an existing skill! Use this form for **existing** skills only.
10
+
Thanks for helping us improve an existing skill!
11
11
If you want to propose a brand-new skill, use the *Skill proposal* template instead.
12
12
13
-
Fill out the short fields below, then describe the issue in detail at the end.
14
-
15
13
- type: dropdown
16
14
id: skill_name
17
15
attributes:
@@ -29,7 +27,7 @@ body:
29
27
attributes:
30
28
label: What kind of issue is this?
31
29
description: |
32
-
Pick the option that best matches what you're reporting. The fields below are tailored to each kind. A matching label (`bug`, `improvement`, `scope`) will be applied automatically when the issue is created.
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.
33
31
- **Improvement** — the skill works, but its strategy/instructions should change.
34
32
- **Bug** — the skill is broken, gives wrong output, or fails to fire when it should.
35
33
- **Scope** — the skill's scope should grow, shrink, or shift.
@@ -43,46 +41,24 @@ body:
43
41
required: true
44
42
45
43
- type: textarea
46
-
id: improvement_details
47
-
attributes:
48
-
label: "Improvement: how should the skill's strategy change?"
49
-
description: Only fill in if you picked **Improvement**. Suggest concretely how the skill's strategy, instructions, or behavior should change, and why.
50
-
placeholder: |
51
-
e.g. The skill currently always uses SD-Turbo at 512x512. It should pick a larger size when
52
-
the user asks for a "wallpaper" or "poster" because the current default looks pixelated.
53
-
54
-
- type: textarea
55
-
id: bug_details
44
+
id: details
56
45
attributes:
57
-
label: "Bug: what is broken, and how do we reproduce it?"
Fill in the section that matches what you picked above. Delete the rest.
49
+
50
+
- **Improvement** — how should the skill's strategy, instructions, or behavior change, and why?
51
+
- **Bug** — what you asked the agent to do, what you expected the skill to do, what actually happened (full agent output / error helps), and minimal repro steps.
52
+
- **Scope** — should the skill's scope be **decreased**, **increased**, or **shifted**? Be specific about which triggers/use cases to add or remove.
53
+
- **Something else** — describe what's going on and what you'd like to see happen.
64
54
placeholder: |
65
55
Steps to reproduce:
66
56
1. ...
67
57
2. ...
68
58
Expected: ...
69
59
Actual: ...
70
-
71
-
- type: textarea
72
-
id: scope_details
73
-
attributes:
74
-
label: "Scope: how should the scope change?"
75
-
description: |
76
-
Only fill in if you picked **Scope**. Describe how the scope of this skill should change to be more useful — should it be **decreased**, **increased**, or **shifted**? Be specific about which triggers/use cases to add or remove.
77
-
placeholder: |
78
-
e.g. Decrease scope: stop firing on plain chat questions about local models — only fire
79
-
when the user actually asks to generate an image, transcribe audio, or speak text.
80
-
81
-
- type: textarea
82
-
id: other_details
83
-
attributes:
84
-
label: "Something else: describe the issue"
85
-
description: Only fill in if you picked **Something else**. Describe what's going on and what you'd like to see happen.
0 commit comments