用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fabioc-aloha/Alex_Plug_In --skill post-mortem命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Create and maintain ASCII visual dashboards for project tracking with parallel lane progress bars
Store and manage voice samples for TTS cloning — portable, version-controlled audio references
Clear documentation through visual excellence
基于 SOC 职业分类
| name | post-mortem |
| description | Learn from failures without blame. Improve systems, not shame people. |
| tier | extended |
| applyTo | **/*incident*,**/*postmortem*,**/*retro*,**/*failure*,**/*outage* |
Learn from failures without blame. Improve systems, not shame people.
Every incident is a gift—an opportunity to make the system stronger. Blame prevents learning.
| Blame Culture | Learning Culture |
|---|---|
| "Who messed up?" | "How did the system allow this?" |
| "They should have known" | "Why wasn't it obvious?" |
| "Follow the process!" | "Is the process followable?" |
| "Don't let it happen again" | "How do we prevent this class of problem?" |
Key insight: People did what made sense to them at the time, with the information they had.
What happened, when, impact.
| Time (UTC) | Event | Actor/System |
|---|---|---|
| 14:00 |
| Deployment started |
| CI/CD |
| 14:05 | Error rate increased | Monitoring |
| 14:07 | On-call paged | PagerDuty |
| ... | ... | ... |
Not "human error"—go deeper:
| Action | Owner | Due Date | Priority |
|---|---|---|---|
| Add validation | @alice | 2026-02-15 | P1 |
| Improve runbook | @bob | 2026-02-10 | P2 |
| ... | ... | ... | ... |
Rule: Every action item has an owner and date. No orphan items.
Opening (5 min)
"We're here to understand what happened and improve. This is blameless—we assume everyone acted reasonably with the info they had. Focus on systems and processes, not individuals."
Timeline Walk-through (20 min)
Root Cause Discussion (15 min)
Action Items (15 min)
Closing (5 min)
"Thank you for the candid discussion. We'll share the write-up for review. Any final thoughts?"
| Anti-Pattern | Why It's Harmful |
|---|---|
| Naming individuals in root cause | Creates fear, hides future problems |
| "They should have..." | Hindsight bias, doesn't fix systems |
| No action items | Wasted learning opportunity |
| Too many action items | Nothing gets done |
| Action items without owners | Nothing gets done |
| Never following up | Actions drift, cynicism grows |
| Only for big incidents | Small incidents have big lessons |
| Severity | Criteria | Post-Mortem Required? |
|---|---|---|
| SEV1 | Customer-facing outage > 30min | Yes, within 48 hours |
| SEV2 | Degraded service, workaround exists | Yes, within 1 week |
| SEV3 | Internal impact, no customer effect | Recommended |
| SEV4 | Near-miss, caught before impact | Optional but valuable |
Post-mortems feed into:
A personal example from Alex's own evolution...
What we learned from the Phoenix incident:
These lessons became: ADR-006, RISKS.md, the 5-layer protection system.
Every failure makes the architecture stronger.