-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtechpack.yaml
More file actions
42 lines (36 loc) · 1.27 KB
/
techpack.yaml
File metadata and controls
42 lines (36 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
schemaVersion: 1
identifier: bug-shepherd
displayName: Bug Shepherd
description: "Zero-code bug triage for PMs. Sync, reproduce, and manage bugs without reading a single line of code."
author: "Shadman Rahman"
components:
- id: shepherd-learn
description: Learn from past triage decisions to improve future suggestions
command:
source: commands/shepherd-learn.md
destination: shepherd-learn.md
- id: shepherd-review
description: Review triaged bugs for quality and consistency
command:
source: commands/shepherd-review.md
destination: shepherd-review.md
- id: shepherd-start
description: Start a new bug triage session
command:
source: commands/shepherd-start.md
destination: shepherd-start.md
- id: shepherd-sync
description: Sync bugs from issue trackers (GitHub, Jira, Linear)
command:
source: commands/shepherd-sync.md
destination: shepherd-sync.md
- id: shepherd-triage
description: Triage and prioritize incoming bugs
command:
source: commands/shepherd-triage.md
destination: shepherd-triage.md
- id: reproduction-checker
description: Agent that checks if bugs are reproducible
agent:
source: agents/reproduction-checker.md
destination: reproduction-checker.md