incident-postmortem
by Samuel Rose
Transform raw incident logs and Slack threads into blameless, structured postmortems and 5-Whys RCA reports.
- Reconstruct incident timelines from Slack threads and PagerDuty logs
- Conduct automated 5-Whys root cause analysis to identify systemic risks
- Draft blameless postmortems that foster a healthy engineering culture
Secure checkout via Stripe
Included in download
- Reconstruct incident timelines from Slack threads and PagerDuty logs
- Conduct automated 5-Whys root cause analysis to identify systemic risks
- Ready for Claude Code
- Includes example output and usage patterns
Sample Output
A real example of what this skill produces.
Timeline: 14:02 Trigger - PR #402 deployed 14:10 Detection - PagerDuty 'High Latency' alert 14:25 Mitigation - Traffic diverted to region B 5-Whys Root Cause: Missing CI check for DB connection timeouts. Action Item: Implement 'timeout-lint' in CI/CD pipeline. Owner: Platform Eng.
incident-postmortem
by Samuel Rose
Transform raw incident logs and Slack threads into blameless, structured postmortems and 5-Whys RCA reports.
Secure checkout via Stripe
Also available in a bundle
Included in download
- Reconstruct incident timelines from Slack threads and PagerDuty logs
- Conduct automated 5-Whys root cause analysis to identify systemic risks
- Ready for Claude Code
- Includes example output and usage patterns
- Instant install
Sample Output
A real example of what this skill produces.
Timeline: 14:02 Trigger - PR #402 deployed 14:10 Detection - PagerDuty 'High Latency' alert 14:25 Mitigation - Traffic diverted to region B 5-Whys Root Cause: Missing CI check for DB connection timeouts. Action Item: Implement 'timeout-lint' in CI/CD pipeline. Owner: Platform Eng.
About This Skill
Write blameless, high-impact incident reports
Transform chaotic production outages into structured engineering wisdom. This skill acts as a Senior SRE to help your team reconstruct timelines, identify systemic root causes, and define actionable improvements after any production incident, data loss event, or security breach.
What it does
- Reconstructs precise timelines: Consolidates raw data from Slack threads, PagerDuty alerts, logs, and metrics into a chronological event log.
- Deep Root Cause Analysis: Employs the "5 Whys" method to move past technical triggers and uncover underlying process or architectural gaps.
- Calculates Key Metrics: Automatically determines Time to Detect (TTD), Time to Mitigate (TTM), and total incident duration.
- Generates Concrete Action Items: Creates P0-P2 tasks with owners and due dates, specifically designed to prevent recurrence and reduce blast radius.
Why use this skill
Writing postmortems is often a manual, time-consuming chore that engineers avoid. This skill automates the heavy lifting of data synthesis while maintaining a strictly blameless culture. Unlike generic AI prompting, it follows industry-standard frameworks from Google and PagerDuty, ensuring your reports are professional enough for leadership and detailed enough for dev teams.
What the output looks like
You receive a professional, markdown-ready postmortem document containing a summary for stakeholders, a detailed event-source timeline, a quantified impact analysis, and a prioritized table of action items focused on systemic fixes rather than human error.
📖 Learn more: Best DevOps & Deployment Skills for Claude Code →
Use Cases
- Reconstruct incident timelines from Slack threads and PagerDuty logs
- Conduct automated 5-Whys root cause analysis to identify systemic risks
- Draft blameless postmortems that foster a healthy engineering culture
- Extract actionable follow-up tasks to prevent future service regressions
Known Limitations
- Cannot directly access private Slack channels or logs without user copy-pasting text. - Accuracy depends on the level of detail provided in the raw input. - Does not automatically create Jira tickets.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/incident-postmortem | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Claude Code, Cursor, Windsurf, Cody, and SKILL.md-compatible agents.
Also available in a bundle
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
handoff-writer
Generate high-density technical handoffs to resume work across agents or team members without losing context.
subagent-orchestrator (Develop based on the Claude Code sourcemap)
Turn your AI agent into a coordinator that manages parallel subagents for complex coding and research tasks.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.