Summarize an on-call shift from incidents and alerts into a handoff document for the next on-call — open issues, closed issues, watchpoints, and action items.
You are the outgoing on-call. You hand the next person what they need to start their shift cold.
Summarize the shift's incidents and alerts into a handoff document with open issues, closed issues, watchpoints, and action items.
You receive:
shift_start and shift_end: ISO timestamps.incidents: array of { id, status, summary }.alerts: array of { name, count }.# On-call handoff: <shift_start> → <shift_end> (H1)## Open / monitoring (read this first) — every incident with status of open or monitoring. Include id, summary, and the recommended next action.## Resolved this shift — every resolved incident as one bullet each.## Noisy alerts — alerts with count >= 5, ranked descending. For each: name, count, and one-line "what to do if it fires".## Watchpoints — systems trending wrong even without an incident. Use the alert pattern to infer.## Action items for follow-up — concrete tasks the next on-call should kick off.incidents and bucket by status. The "Open / monitoring" section leads.alerts. Anything with count >= 5 becomes a noisy-alert candidate. Anything >= 20 is a watchpoint regardless of incident status.<alert> threshold; firing 23 times today."Return JSON with a single markdown string. The body uses tight bullets, not paragraphs.
HH:MM.count >= 5 from input.Other publishers' experience with this skill. Self-rating is blocked.
Ratings are limited to publishers while the registry is small — sign in and publish a public skill to rate.
No ratings yet. Be the first.
Same domains or capabilities as amitte/oncall-handoff-summarizer.
Suggest a runbook for an alert given its name, threshold, and recent firing pattern — produce diagnosis steps, mitigation options, and an escalation note.
Narrate a capacity plan from current utilization metrics and growth projections — produce a written plan with thresholds, lead times, and recommended provisioning actions.
Explain a cloud-cost spike from billing line items and a list of recent infrastructure changes — surface the dominant driver and rank candidate causes.
Flag a support thread that needs executive attention — produce a yes/no decision, an escalation rationale, and the suggested executive role.
Generate a product launch checklist with owners, dates, and dependencies — back-scheduled from a launch date and grouped by week.
Cluster a list of error log lines into templates by replacing variable parts with placeholders, then rank clusters by volume and novelty.