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: pi/skills/control-agent/SKILL.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,3 +124,29 @@ Extract the **Channel** and **Thread** values from the metadata. Use the Thread
124
124
3. If not found, launch with tmux (see Spawning Sub-Agents above)
125
125
4. Wait a few seconds for the session to initialize before sending messages
126
126
-[ ] Send role assignment to the `dev-agent` session
127
+
-[ ] Find or create sentry agent:
128
+
1. Use `list_sessions` to look for a session named `sentry-agent`
129
+
2. If found, use that session
130
+
3. If not found, launch with tmux (see below)
131
+
4. Wait a few seconds, then send role assignment
132
+
-[ ] Send role assignment to the `sentry-agent` session
133
+
134
+
### Spawning sentry-agent
135
+
136
+
The sentry-agent monitors `#bots-sentry` in Slack for Sentry alerts, investigates critical issues via the Sentry API, and reports triaged findings back to you. It uses the `sentry-monitor.ts` extension (provides the `sentry_monitor` tool) and the `sentry-agent` skill.
0 commit comments