← Back to Skills Marketplace
1kalin

Post-Mortem & Incident Review

by 1kalin · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
541
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install afrexai-post-mortem
Description
Guide structured, blameless post-mortems with root cause analysis, action tracking, and prevention steps to reduce repeat production incidents and outages.
README (SKILL.md)

Post-Mortem & Incident Review Framework

Run structured post-mortems that actually prevent repeat failures. Blameless analysis, root cause identification, and action tracking.

When to Use

  • After any production incident, outage, or service degradation
  • After a missed deadline, failed launch, or lost deal
  • After any event costing >$5K or >4 hours of team time
  • Quarterly review of recurring incident patterns

Post-Mortem Template

1. Incident Summary (Complete Within 24 Hours)

Incident ID: [AUTO-GENERATED]
Date/Time: [Start] → [End] (Duration: X hours)
Severity: SEV-1 (revenue impact) | SEV-2 (customer impact) | SEV-3 (internal impact)
Impact: [Users affected] | [Revenue lost] | [SLA breached Y/N]
Detection: How was it found? (Monitoring / Customer report / Internal discovery)
Detection Delay: Time from incident start → first alert

2. Timeline (Minute-by-Minute for SEV-1, 15-min blocks for SEV-2/3)

HH:MM - Event description
HH:MM - First alert triggered
HH:MM - Team notified
HH:MM - Investigation started
HH:MM - Root cause identified
HH:MM - Fix deployed
HH:MM - Confirmed resolved

3. Root Cause Analysis — 5 Whys

Why 1: [Direct cause]
Why 2: [Why did that happen?]
Why 3: [Why did THAT happen?]
Why 4: [Systemic cause]
Why 5: [Organizational/cultural root]

4. Contributing Factors

Score each factor 0-3 (0=not a factor, 3=primary contributor):

Factor Score Notes
Missing/inadequate monitoring
Insufficient testing
Documentation gaps
Process not followed
Knowledge concentration (bus factor)
Capacity/scaling limits
Third-party dependency
Communication breakdown
Change management failure
Technical debt

5. What Went Well

List 3-5 things that worked during the response:

  • Fast detection? Good runbooks? Strong communication? Quick escalation?

6. Action Items

Every action MUST have an owner and deadline:

# Action Owner Deadline Priority Status
1 P0/P1/P2 Open

Priority definitions:

  • P0: Must complete before next business day
  • P1: Must complete within 1 week
  • P2: Must complete within 1 sprint/month

7. Recurrence Prevention

  • Monitoring added/improved for this failure mode
  • Runbook created/updated
  • Test coverage added
  • Architecture change needed? (If yes, create RFC)
  • Training needed for team?

Blameless Post-Mortem Rules

  1. Focus on systems, not individuals
  2. "What happened" not "who did it"
  3. Assume everyone acted with best intentions and available information
  4. The goal is learning, not punishment
  5. If you find yourself writing someone's name next to a mistake, rewrite it as a process gap

Incident Cost Calculator

Direct costs:
  Revenue lost during downtime: $___
  SLA credits issued: $___
  Emergency vendor/contractor costs: $___

Indirect costs:
  Engineering hours × loaded rate: ___ hrs × $___/hr = $___
  Customer churn risk (affected users × churn probability × LTV): $___
  Brand/reputation (estimate): $___

Total incident cost: $___
Cost per minute of downtime: $___

Quarterly Incident Review

Every quarter, analyze patterns across all post-mortems:

  1. Top 3 root cause categories — Where should you invest in prevention?
  2. Mean time to detect (MTTD) — Is monitoring improving?
  3. Mean time to resolve (MTTR) — Is response getting faster?
  4. Action item completion rate — Are you actually fixing things?
  5. Repeat incidents — Same root cause twice = systemic failure
  6. Cost trend — Total incident cost per quarter (should decrease)

Industry-Specific Post-Mortem Considerations

Industry Key Focus Regulatory Requirement
Fintech Transaction integrity, audit trail SOX, PCI-DSS incident reporting
Healthcare PHI exposure, patient safety HIPAA breach notification (60 days)
SaaS SLA compliance, data integrity SOC 2 incident management
E-commerce Order integrity, payment processing PCI-DSS, consumer protection
Manufacturing Safety incidents, production loss OSHA reporting requirements

Go Deeper

Your post-mortems reveal where AI agents should be deployed first — the repetitive failures, the manual monitoring gaps, the processes that break under load.

Built by AfrexAI — turning incident patterns into automation opportunities.

Usage Guidance
This skill appears coherent and safe in scope: it's a template and playbook for conducting blameless post‑mortems. Before installing, verify the source (the registry metadata lists an opaque owner and no homepage), and consider these practical points: do not paste sensitive production logs, PHI, PCI data, or full incident data into any external site or AI without appropriate controls; confirm your compliance obligations (HIPAA, PCI, etc.) noted in the doc before sharing details; be cautious if you follow the external AfrexAI links or build agents from this guidance — review any third‑party privacy/terms and avoid sending secrets or raw logs to external services. If you need higher assurance, ask the publisher for a canonical homepage, a contact, or a provenance artifact (GitHub repo, signed release) before enabling the skill.
Capability Analysis
Type: OpenClaw Skill Name: afrexai-post-mortem Version: 1.0.0 The skill bundle provides a comprehensive post-mortem and incident review framework. All files contain documentation and templates aligned with the stated purpose. The external links in SKILL.md and README.md point to related commercial offerings from the skill's author (AfrexAI) on GitHub Pages. These links are clearly presented, not obfuscated, and do not contain instructions for the AI agent to perform any unauthorized actions, data exfiltration, or system compromise. There is no evidence of malicious intent or high-risk behaviors beyond standard marketing links.
Capability Assessment
Purpose & Capability
Name, description, and content align: the skill provides post‑mortem templates, RCA guidance, cost calculators, and quarterly review steps. It does not request unrelated binaries, env vars, or credentials.
Instruction Scope
SKILL.md contains only templates, rules, calculators, and procedural guidance. It does include external links to AfrexAI pages (product/playbook links) and suggestions to 'deploy agents' but does not instruct the agent to read arbitrary host files, environment variables, or to transmit incident data to third parties. Be aware that following the external links or using the guidance to build agents could lead you to external services.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested; nothing disproportionate is required for the stated purpose.
Persistence & Privilege
always:false and default invocation settings. The skill does not request persistent presence or modification of other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install afrexai-post-mortem
  3. After installation, invoke the skill by name or use /afrexai-post-mortem
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Post-Mortem & Incident Review Framework skill: - Provides a structured, blameless post-mortem template focused on root cause analysis and actionable follow-up. - Covers incident triggers, timeline reconstruction, 5 Whys analysis, and standardized contributing factor scoring. - Offers guided action item tracking with clear ownership, deadlines, and priority definitions. - Includes cost modeling and quarterly analytics to identify recurring patterns and drive systemic improvements. - Adds industry-specific post-mortem guidelines for compliance in fintech, healthcare, SaaS, e-commerce, and manufacturing. - Promotes automation and AI deployment opportunities based on post-mortem findings.
Metadata
Slug afrexai-post-mortem
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Post-Mortem & Incident Review?

Guide structured, blameless post-mortems with root cause analysis, action tracking, and prevention steps to reduce repeat production incidents and outages. It is an AI Agent Skill for Claude Code / OpenClaw, with 541 downloads so far.

How do I install Post-Mortem & Incident Review?

Run "/install afrexai-post-mortem" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Post-Mortem & Incident Review free?

Yes, Post-Mortem & Incident Review is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Post-Mortem & Incident Review support?

Post-Mortem & Incident Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Post-Mortem & Incident Review?

It is built and maintained by 1kalin (@1kalin); the current version is v1.0.0.

💬 Comments