15 "query": "ok the feat/passkeys branch is done — ship it for review",
16 "should_trigger": true,
17 "triggers": 3,
18 "runs": 3,
19 "trigger_rate": 1.0
20 },
21 {
22 "query": "wrap this branch and send it over to the team for review",
23 "should_trigger": true,
24 "triggers": 3,
25 "runs": 3,
26 "trigger_rate": 1.0
27 },
28 {
29 "query": "I just finished the PM-23456 work on the autofill prompts, throw together a pull request with the usual template please",
30 "should_trigger": true,
31 "triggers": 3,
32 "runs": 3,
33 "trigger_rate": 1.0
34 },
35 {
36 "query": "open a draft pr for me — the branch is fix/sync-crash and it tracks origin already",
37 "should_trigger": true,
38 "triggers": 3,
39 "runs": 3,
40 "trigger_rate": 1.0
41 },
42 {
43 "query": "let's get this in front of reviewers — it's the auth middleware rewrite for PM-19002, I want it as a draft",
44 "should_trigger": true,
45 "triggers": 3,
46 "runs": 3,
47 "trigger_rate": 1.0
48 },
49 {
50 "query": "draft the PR body for feat/refresh-tokens — I've already pushed the branch, just need a clean description that follows the bitwarden template",
51 "should_trigger": true,
52 "triggers": 3,
53 "runs": 3,
54 "trigger_rate": 1.0
55 },
56 {
57 "query": "can you put together a pull request? the bitwarden/clients diff is ready, branch is chore/cleanup-stale-flags",
58 "should_trigger": true,
59 "triggers": 3,
60 "runs": 3,
61 "trigger_rate": 1.0
62 },
63 {
64 "query": "this is good to go, push it up to github for review with an ai-review-vnext label",
65 "should_trigger": true,
66 "triggers": 3,
67 "runs": 3,
68 "trigger_rate": 1.0
69 },
70 {
71 "query": "I want to open a non-draft PR for PM-12345, what should the title look like and which t: label will it get?",
72 "should_trigger": true,
73 "triggers": 3,
74 "runs": 3,
75 "trigger_rate": 1.0
76 },
77 {
78 "query": "address the PR review comments on #1234 — the reviewer flagged a race condition in the session middleware and I want to push back on one of them",
79 "should_trigger": false,
80 "triggers": 0,
81 "runs": 3,
82 "trigger_rate": 0.0
83 },
84 {
85 "query": "what's the status of my open PRs in bitwarden/server right now? specifically curious which ones are blocked on reviewers",
86 "should_trigger": false,
87 "triggers": 0,
88 "runs": 3,
89 "trigger_rate": 0.0
90 },
91 {
92 "query": "explain how pull requests work in the bitwarden org — I'm new and trying to understand the review process",
93 "should_trigger": false,
94 "triggers": 0,
95 "runs": 3,
96 "trigger_rate": 0.0
97 },
98 {
99 "query": "merge PR #4567 in bitwarden/clients, CI is green and I've already approved it",
100 "should_trigger": false,
101 "triggers": 0,
102 "runs": 3,
103 "trigger_rate": 0.0
104 },
105 {
106 "query": "close that stale PR from last quarter — the one about the deprecated auth flow, I don't think we're picking it up",
107 "should_trigger": false,
108 "triggers": 0,
109 "runs": 3,
110 "trigger_rate": 0.0
111 },
112 {
113 "query": "commit my staged changes with a feat: message about the new passkey enrollment flow",
114 "should_trigger": false,
115 "triggers": 0,
116 "runs": 3,
117 "trigger_rate": 0.0
118 },
119 {
120 "query": "what's the right t: label for adding tests to a previously untested service class? is it t:tech-debt or something else?",
121 "should_trigger": false,
122 "triggers": 0,
123 "runs": 3,
124 "trigger_rate": 0.0
125 },
126 {
127 "query": "run preflight before I commit — I want to make sure tests pass and the spell check is clean",
128 "should_trigger": false,
129 "triggers": 0,
130 "runs": 3,
131 "trigger_rate": 0.0
132 },
133 {
134 "query": "package up this plugin as a .skill file so I can install it on another machine",
135 "should_trigger": false,
136 "triggers": 2,
137 "runs": 3,
138 "trigger_rate": 0.6666666666666666
139 },
140 {
141 "query": "rebase feat/auth-refactor onto main and walk me through any conflicts in the session store",