Perform a blameless RCA/postmortem with impact summary, timeline, root causes, defense gaps, and actionable remediation items with owners and validations. Use after incidents/bugs to prevent recurrence and track follow-ups.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add NeverSight/skills_feed --skill rca-postmortem --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rca Postmortem?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/neversight-rca-postmortem)More formats (shields.io, HTML) on the badges page.
---
name: rca-postmortem
description: Perform a blameless RCA/postmortem with impact summary, timeline, root causes, defense gaps, and actionable remediation items with owners and validations. Use after incidents/bugs to prevent recurrence and track follow-ups.
---
# RCA / Postmortem
## 1. Impact Summary
- What happened, when, duration
- Who/what was impacted
- Severity (S0–S3) + rationale
**Expected**: Clear statement of user/business impact.
## 2. Timeline
- Detection → triage → mitigation → resolution
- Include decision points and unknowns
**Expected**: Timeline is factual and complete enough to reason about.
## 3. Root Cause Analysis
- Immediate cause (trigger)
- Root causes (systemic contributors)
- “Why chain” (5 whys), focusing on system/process, not blame
**Expected**: Root causes explain why the incident was possible.
## 4. Defense Gaps
- Monitoring/alerts gaps
- Missing/weak tests
- Review gaps
- Rollout/release guardrails gaps
**Expected**: Identified missing guardrails.
## 5. Remediation Plan (Actionable)
Split into:
- Fix now (stop the bleeding)
- Fix right (harden/refactor/redesign)
- Prevent (tests, alerts, docs, runbooks)
Each action item must include:
- Owner
- Priority
- Due date
- Validation method
**Expected**: Follow-ups are owned, prioritized, and verifiable.
## 6. Verification
- Add tests that reproduce the issue and prevent recurrence.
- Validate via canonical commands from `PROJECT.md`.
**Expected**: Regression is prevented by automated checks.
## Output
Save to `docs/rca/RCA-[yyyy-mm-dd]-[short-title].md`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!