Skip to content

Commit 5238a34

Browse files
authored
chore:remove stale label references (#1826)
1 parent 1c4d54a commit 5238a34

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

.agents/skills/bug-capture/SKILL.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ label.
6363
### 4. Prepare GitHub
6464

6565
- Use GitHub Issues through `gh`, inferred from the current repo remote.
66-
- Ensure a `bug` label exists; create it if missing.
67-
- Normal capture: apply `bug` and `needs-triage`.
68-
- Incomplete capture: apply `bug` and `needs more info`. If an obvious equivalent
69-
already exists use it instead of creating a duplicate.
66+
- Apply the `bug` type to the issue (do NOT create a `bug` label)
7067

7168
### 5. Dedupe
7269

.agents/skills/to-issues/SKILL.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ Iterate until the user approves the breakdown.
5151

5252
### 5. Publish the issues to the issue tracker
5353

54-
For each approved slice, publish a new issue to the issue tracker. Use the issue body template below. Apply the `needs-triage` triage label so each issue enters the normal triage flow.
55-
5654
Publish issues in dependency order (blockers first) so you can reference real issue identifiers in the "Blocked by" field.
5755

5856
<issue-template>

.agents/skills/to-prd/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A deep module (as opposed to a shallow module) is one which encapsulates a lot o
1717

1818
Check with the user that these modules match their expectations. Check with the user which modules they want tests written for.
1919

20-
3. Write the PRD using the template below, then publish it to the project issue tracker. Apply the `needs-triage` triage label so it enters the normal triage flow.
20+
3. Write the PRD using the template below, then publish it to the project issue tracker.
2121

2222
<prd-template>
2323

0 commit comments

Comments
 (0)