# Send Post-Mortem & Incident Review to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "afrexai-post-mortem",
    "name": "Post-Mortem & Incident Review",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/1kalin/afrexai-post-mortem",
    "canonicalUrl": "https://clawhub.ai/1kalin/afrexai-post-mortem",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/afrexai-post-mortem",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-post-mortem",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "afrexai-post-mortem",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T22:01:36.850Z",
      "expiresAt": "2026-05-07T22:01:36.850Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-post-mortem",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-post-mortem",
        "contentDisposition": "attachment; filename=\"afrexai-post-mortem-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "afrexai-post-mortem"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/afrexai-post-mortem"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/afrexai-post-mortem",
    "downloadUrl": "https://openagent3.xyz/downloads/afrexai-post-mortem",
    "agentUrl": "https://openagent3.xyz/skills/afrexai-post-mortem/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-post-mortem/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-post-mortem/agent.md"
  }
}
```
## Documentation

### 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

### 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):

FactorScoreNotesMissing/inadequate monitoringInsufficient testingDocumentation gapsProcess not followedKnowledge concentration (bus factor)Capacity/scaling limitsThird-party dependencyCommunication breakdownChange management failureTechnical 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:

#ActionOwnerDeadlinePriorityStatus1P0/P1/P2Open

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

Focus on systems, not individuals
"What happened" not "who did it"
Assume everyone acted with best intentions and available information
The goal is learning, not punishment
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:

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

### Industry-Specific Post-Mortem Considerations

IndustryKey FocusRegulatory RequirementFintechTransaction integrity, audit trailSOX, PCI-DSS incident reportingHealthcarePHI exposure, patient safetyHIPAA breach notification (60 days)SaaSSLA compliance, data integritySOC 2 incident managementE-commerceOrder integrity, payment processingPCI-DSS, consumer protectionManufacturingSafety incidents, production lossOSHA 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.

Find your highest-cost gaps: AI Revenue Leak Calculator
Industry-specific deployment playbooks: AfrexAI Context Packs — $47

Pick 3: $97 | All 10: $197 | Everything: $247


Deploy your first agent: Agent Setup Wizard

Built by AfrexAI — turning incident patterns into automation opportunities.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 1kalin
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T22:01:36.850Z
- Expires at: 2026-05-07T22:01:36.850Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/afrexai-post-mortem)
- [Send to Agent page](https://openagent3.xyz/skills/afrexai-post-mortem/agent)
- [JSON manifest](https://openagent3.xyz/skills/afrexai-post-mortem/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/afrexai-post-mortem/agent.md)
- [Download page](https://openagent3.xyz/downloads/afrexai-post-mortem)