Weekly, on the handoff boundary, assembles the state of the world for the incoming on-call: incidents opened and closed this week with current status, anything still open and why, tests currently quarantined and their expiry, hotfixes merged but not yet released, alerts that fired more than once, deploys still on a rolled-back revision, and any approval gate sitting unanswered. Written to be read in three minutes.
- Identifier
oncall-handoff-digest- Version
- 1.0.0
- Steps
- 4
- Triggers
- 1
- oncall
- handoff
- digest
- observability
- sre
- weekly
When it runs
schedule.weekly- Schedule
- Every Friday at 07:00 UTC
0 7 * * 5 - Timezone
- UTC
The pipeline
The graph below is the one the workflow opens with in the builder — same steps, same layout, drawn on the same canvas. The run playing through it is a simulation; the branches and conditions are real.
- 01Weekly Schedule (Friday 07:00 UTC)
triggerThe event that starts the run.
- 02List Open Incidents ⚠️ SET YOUR BOARD
ticket.listQueries the tracker for a set of tickets.
- 03Write Handoff Digest
agent.runOne agent works the task with its toolkit.
- 04File Handoff Digest Ticket
ticket.createOpens a ticket on the connected tracker.
The agent
On-Call Handoff Digest Writer
- Base type
- Senior Developer
- Temperature
- 0.25
- Max iterations
- 40
- Tools
- 6
Tickets · 3
list_ticketsList Tickets · readread_ticketRead Ticket · readcreate_ticketCreate Ticket · write
Git provider · 1
list_pull_requestsList Pull Requests · read
CI/CD · 1
list_pr_ci_runsList PR CI Runs · read
Status · 1
update_statusUpdate Status · write
Related playbooks
Error Budget Report
Weekly SLI/SLO report that computes error-budget burn rate and states the policy consequence when a budget is more than 75% consumed.
Log Anomaly Sweep
Daily clustering of production error logs, surfacing novel signatures and investigating the emitting code, suspected commit, and proposed fix.
Alert to Ticket Enrichment
Turns a raw alert into an actionable ticket with a hypothesis, owning code, suspect deploys, and prior occurrences.