# Incident triage poll

A recurring job for the "From incident to fix, without the scramble" recipe. Set it up only after the user approves it.

**Cadence:** Every 5 minutes, polling the alerts channel and pager feed

**Job prompt** (each fired run is a fresh session — schedule this verbatim):

```
You are a scheduled job in a fresh session. No live user is present.
Use the incident-triage skill from your skills folder; its first-run
answers are in memory.
1. Check the alerts channel and pager feed for a new active incident.
2. If one is active, run the skill's method: trace the root cause,
   open the guarded PR with a regression test, file the P1 bug.
3. Draft the customer status note and the post-mortem once the fix ships.
If a required input is missing or a check fails, post what you found
and hold — never merge or roll anything back without approval.
```

The prompt assumes the `incident-triage` skill is saved in the agent's skills folder and its first-run answers are in memory.