Incident log to postmortem
Skill alexzhu0/agent-ready-skills/skills/incident-log-to-postmortem
Use when summarizing incident logs, outage timelines, status updates, alerts, or team notes into a clear postmortem with impact, timeline, root-cause candidates, and follow-up actions.From its SKILL.md
npx -y skills add alexzhu0/agent-ready-skills --skill incident-log-to-postmortemAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 266 tokens by cl100k_base, as published. Nobody here has run it
Incident Log To Postmortem
Purpose
Turn scattered incident material into a readable postmortem draft without overstating the root cause.
Fit
- Use when incident evidence needs to become a postmortem draft or follow-up action list.
- Do not use when the incident is still active and the priority is live mitigation.
Inputs
- Incident timeline, alerts, logs, status updates, or chat notes.
- Impact details, affected users, duration, and remediation steps if available.
- Current uncertainty or disputed explanations.
Workflow
- Build a chronological timeline from earliest signal to recovery.
- Separate confirmed facts from hypotheses.
- Identify impact, detection, mitigation, recovery, and prevention gaps.
- List root-cause candidates with evidence and confidence.
- Convert prevention ideas into owner-ready follow-up actions.
Output
Produce Markdown with:
- Incident Summary
- Impact
- Timeline
- Root-Cause Candidates
- What Worked
- What Failed
- Follow-Up Actions
- Open Questions
Validation
- Timeline entries include timestamps or clear ordering.
- Root cause is not claimed when only candidates exist.
- Impact is scoped to evidence.
- Follow-up actions have owners or owner placeholders.
- Blame language is removed; system factors are emphasized.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.