{
  "schemaVersion": "1.0",
  "item": {
    "slug": "afrexai-postmortem",
    "name": "Incident Postmortem Framework",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/1kalin/afrexai-postmortem",
    "canonicalUrl": "https://clawhub.ai/1kalin/afrexai-postmortem",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/afrexai-postmortem",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-postmortem",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/afrexai-postmortem"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/afrexai-postmortem",
    "agentPageUrl": "https://openagent3.xyz/skills/afrexai-postmortem/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-postmortem/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-postmortem/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Incident Postmortem Generator",
        "body": "Generate blameless incident postmortems from raw notes, Slack threads, or bullet points."
      },
      {
        "title": "What It Does",
        "body": "Takes messy incident details and produces a structured postmortem document following Google/Atlassian SRE best practices."
      },
      {
        "title": "Usage",
        "body": "Provide incident details in any format — timeline bullets, Slack copy-paste, verbal notes — and the agent will produce:\n\nExecutive Summary — What happened, impact, duration, severity\nTimeline — Minute-by-minute from detection to resolution\nRoot Cause Analysis — 5 Whys format, no finger-pointing\nImpact Assessment — Users affected, revenue impact, SLA breach\nAction Items — Prioritized fixes with owners and deadlines\nLessons Learned — What worked, what didn't, what was lucky\nPrevention Measures — Systemic changes to prevent recurrence"
      },
      {
        "title": "Instructions",
        "body": "When the user provides incident details:\n\nAsk clarifying questions ONLY if critical info is missing (severity, duration, or resolution are the minimum)\nGenerate the full postmortem in markdown\nFlag any gaps the team should fill in before publishing\nSuggest 3-5 specific, actionable prevention measures ranked by effort/impact"
      },
      {
        "title": "Formatting Rules",
        "body": "Use ISO timestamps in timeline\nBold severity level (SEV1-SEV4)\nAction items must have: description, owner placeholder, deadline placeholder, priority (P0-P3)\nKeep language blameless — \"the deploy process\" not \"Bob deployed\""
      },
      {
        "title": "Severity Guide",
        "body": "SEV1: Revenue-impacting, all users affected, >1hr\nSEV2: Major feature down, >30% users, >30min\nSEV3: Degraded performance, <30% users\nSEV4: Minor issue, workaround available"
      },
      {
        "title": "Example Input",
        "body": "prod went down at 2pm, bad deploy, rolled back at 2:45, ~500 users couldn't checkout, lost maybe $12k revenue"
      },
      {
        "title": "Example Output Structure",
        "body": "# Incident Postmortem: Checkout Service Outage\n**Date:** 2026-02-22 | **Severity:** SEV1 | **Duration:** 45 minutes\n**Author:** [Team Lead] | **Status:** Draft\n\n## Executive Summary\n..."
      },
      {
        "title": "Pro Tip",
        "body": "Run this after every incident, even small ones. The pattern recognition across postmortems is where the real value lives. Teams that write postmortems for SEV3+ incidents catch systemic issues 3x faster.\n\nNeed help building incident response processes from scratch? Check out the AfrexAI Context Packs — pre-built operational frameworks for SaaS, healthcare, legal, and 7 more industries. Starting at $47."
      }
    ],
    "body": "Incident Postmortem Generator\n\nGenerate blameless incident postmortems from raw notes, Slack threads, or bullet points.\n\nWhat It Does\n\nTakes messy incident details and produces a structured postmortem document following Google/Atlassian SRE best practices.\n\nUsage\n\nProvide incident details in any format — timeline bullets, Slack copy-paste, verbal notes — and the agent will produce:\n\nExecutive Summary — What happened, impact, duration, severity\nTimeline — Minute-by-minute from detection to resolution\nRoot Cause Analysis — 5 Whys format, no finger-pointing\nImpact Assessment — Users affected, revenue impact, SLA breach\nAction Items — Prioritized fixes with owners and deadlines\nLessons Learned — What worked, what didn't, what was lucky\nPrevention Measures — Systemic changes to prevent recurrence\nInstructions\n\nWhen the user provides incident details:\n\nAsk clarifying questions ONLY if critical info is missing (severity, duration, or resolution are the minimum)\nGenerate the full postmortem in markdown\nFlag any gaps the team should fill in before publishing\nSuggest 3-5 specific, actionable prevention measures ranked by effort/impact\nFormatting Rules\nUse ISO timestamps in timeline\nBold severity level (SEV1-SEV4)\nAction items must have: description, owner placeholder, deadline placeholder, priority (P0-P3)\nKeep language blameless — \"the deploy process\" not \"Bob deployed\"\nSeverity Guide\nSEV1: Revenue-impacting, all users affected, >1hr\nSEV2: Major feature down, >30% users, >30min\nSEV3: Degraded performance, <30% users\nSEV4: Minor issue, workaround available\nExample Input\nprod went down at 2pm, bad deploy, rolled back at 2:45, ~500 users couldn't checkout, lost maybe $12k revenue\n\nExample Output Structure\n# Incident Postmortem: Checkout Service Outage\n**Date:** 2026-02-22 | **Severity:** SEV1 | **Duration:** 45 minutes\n**Author:** [Team Lead] | **Status:** Draft\n\n## Executive Summary\n...\n\nPro Tip\n\nRun this after every incident, even small ones. The pattern recognition across postmortems is where the real value lives. Teams that write postmortems for SEV3+ incidents catch systemic issues 3x faster.\n\nNeed help building incident response processes from scratch? Check out the AfrexAI Context Packs — pre-built operational frameworks for SaaS, healthcare, legal, and 7 more industries. Starting at $47."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/1kalin/afrexai-postmortem",
    "publisherUrl": "https://clawhub.ai/1kalin/afrexai-postmortem",
    "owner": "1kalin",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/afrexai-postmortem",
    "downloadUrl": "https://openagent3.xyz/downloads/afrexai-postmortem",
    "agentUrl": "https://openagent3.xyz/skills/afrexai-postmortem/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-postmortem/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-postmortem/agent.md"
  }
}