root-cause-analysis

Analyze incidents using 5 Whys, fishbone diagrams, and fault tree analysis.

5|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/latestaiagents/agent-skills --skill root-cause-analysis-latestaiagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: root-cause-analysis
Source: https://github.com/latestaiagents/agent-skills/tree/main/plugins/devops-sre/skills/incident-response/root-cause-analysis
Command: npx skills add https://github.com/latestaiagents/agent-skills --skill root-cause-analysis-latestaiagents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you systematically investigate incidents to uncover their true root causes, moving beyond superficial symptoms to prevent future occurrences.

Core Features & Use Cases

  • Structured Analysis: Employs methods like 5 Whys, Contributing Factors Analysis, Fault Tree Analysis, and Timeline Reconstruction.
  • Actionable Insights: Guides users to identify systemic issues and formulate SMART action items.
  • Use Case: After an API outage, use this skill to analyze the incident, identify that a code change introduced a connection leak, and ensure proper testing is implemented to prevent similar issues.

Quick Start

Use the root-cause-analysis skill to investigate why the production database experienced a slowdown.

Frequently Asked Questions about root-cause-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I conduct a root cause analysis for an incident postmortem?

To conduct a root cause analysis for an incident postmortem, systematically investigate failures using structured methodologies like 5 Whys and fault tree analysis to identify systemic issues and formulate SMART action items.

What is the best way to investigate a production database slowdown or API outage?

The best way to investigate a production database slowdown or API outage is by reconstructing the incident timeline and applying contributing factors analysis to move beyond superficial symptoms and uncover the true root cause.

How does 5 Whys analysis work for finding the root cause of a software failure?

5 Whys analysis works for finding the root cause of a software failure by repeatedly asking why an incident occurred, peeling back layers of symptoms to reveal systemic issues and guide actionable preventative measures.

How do I identify systemic issues and prevent incident recurrence after an API outage?

To identify systemic issues and prevent incident recurrence after an API outage, perform structured failure analysis and document actionable SMART action items that target the underlying root cause rather than superficial symptoms.

When do I need to use a fishbone diagram for failure analysis?

You need to use a fishbone diagram for failure analysis when investigating complex incidents with multiple contributing factors, helping to visually map out systemic causes and ensure proper preventative measures are implemented.

Can I use fault tree analysis for troubleshooting an incident response?

Yes, you can use fault tree analysis for troubleshooting an incident response, as it provides a structured methodology to map out failure pathways, identify systemic issues, and document actionable preventative measures.