incident-postmortem-assistant
将事故线索整理成复盘草案,区分根因、诱因、放大器、影响与修复动作。;use for incident, postmortem, sre workflows;do not use for 归责个人, 篡改时间线.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/52yuanchangxing/incident-postmortem-assistantWhat This Skill Does
The incident-postmortem-assistant is a professional SRE-focused agent skill designed to streamline the post-incident review process. It takes raw, unstructured incident data—such as Slack logs, monitoring alerts, and timeline notes—and transforms them into a structured, blameless postmortem draft. The skill strictly adheres to professional engineering standards, focusing on systemic analysis rather than individual attribution. It identifies the root cause (the primary technical failure), contributing factors (inducers), technical amplifiers (factors that worsened the impact), and provides a clear separation between immediate recovery actions and long-term preventative improvements.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/52yuanchangxing/incident-postmortem-assistant
Ensure your current working directory has access to the provided resources folder to leverage the internal template and spec validation files.
Use Cases
- Post-Incident Analysis: Quickly synthesizing raw alert data into a formal incident review document.
- SRE Workflow Standardization: Ensuring every incident report follows the same organizational structure for RCA (Root Cause Analysis).
- Educational Tooling: Assisting junior engineers in differentiating between root causes and mere symptoms during the debrief process.
- Documentation Automation: Generating Markdown drafts based on incident logs while maintaining the context of complex distributed system failures.
Example Prompts
- "Here are the incident logs from the last 4 hours: [pasted logs]. Please generate a postmortem draft highlighting the root cause and suggested follow-up tasks."
- "Review this timeline: [timeline]. I need an analysis identifying why the cache miss rate amplified the latency issues during our deployment."
- "Summarize the impact of this incident based on the attached monitoring data and suggest three preventative actions."
Tips & Limitations
- Blameless Culture: The agent is hard-coded to prioritize blameless language. It will automatically filter out or flag accusatory phrasing.
- Data Privacy: Always redact PII or sensitive credentials before feeding logs into the agent.
- Verification: The agent is designed as an assistant. Always review the 'root cause' analysis against your team's internal technical debt and system architecture before finalizing reports.
- Missing Information: If data is incomplete, the agent is configured to output an 'awaiting clarification' list rather than inventing system failures.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-52yuanchangxing-incident-postmortem-assistant": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read
Related Skills
agent-health-diagnostics
Diagnose and fix the 4 most common OpenClaw agent failures — heartbeat spam, API rate limit cascades, channel death loops, and memory/embedding errors. Battle-tested across a 6-agent multi-host deployment.
escalation-brief-writer
把复杂问题整理成升级说明,减少来回追问,突出背景、影响、已尝试和诉求。;use for escalation, support, brief workflows;do not use for 省略关键信息, 把个人情绪写成事实.
cron-job-guardian
检查 cron 或 timer 配置中的频率、幂等、重试、日志与并发风险。;use for cron, timer, ops workflows;do not use for 直接启停生产任务, 替代真正监控.
env-diff-explainer
比较 dev/staging/prod 配置差异,并把技术差异翻译成业务风险。;use for env, config, diff workflows;do not use for 输出敏感密钥值, 直接覆盖配置.
multi-agent-status
Cross-agent health monitoring for multi-host OpenClaw deployments. Each agent pushes structured status reports (JSON) to a central location. A PM/monitoring agent reads them and alerts on failures. Works across Windows, Linux, and mixed environments.