# Root Cause Analysis Skill

> Find the true source, not symptoms. Use when this capability is needed.

- Skill: `tomevault-io/root-cause-analysis-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/root-cause-analysis-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/root-cause-analysis-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/root-cause-analysis-skill

---


# Root Cause Analysis Skill

> Find the true source, not symptoms.

## Core Principle

Fixing symptoms creates more symptoms. Fix root cause.

## 5 Whys

Ask "Why?" until you reach the systemic issue.

**Trap**: Don't stop at "human error." Ask why the mistake was possible.

## Cause Categories

| Category | Examples |
| -------- | -------- |
| Code | Bug, validation, race condition |
| Data | Corrupt, unexpected input |
| Infrastructure | Server, network, disk |
| Dependencies | Third-party, library version |
| Configuration | Env vars, feature flags |
| Process | Missing review, unclear requirements |

## Timeline Analysis

| Time | Event | Notes |
| ---- | ----- | ----- |

**Look for**: What changed? What correlates?

## Fix + Prevent Pattern

1. **Immediate**: Stop the bleeding
2. **Permanent**: Fix root cause
3. **Prevention**: Stop recurrence

## Common Patterns

| Symptom | Likely Cause |
| ------- | ------------ |
| Memory leak | Unclosed resources |
| Slow performance | N+1 queries, missing indexes |
| Intermittent failures | Race conditions |
| Data corruption | Missing validation |

## Post-Mortem

Summary → Timeline → Root Cause → Action Items (owner + due)

## Synapses

See [synapses.json](synapses.json) for connections.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/fabioc-aloha) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

