root-cause-analysis
Conduct systematic root cause analysis to identify underlying problems. Use structured methodologies to prevent recurring issues and drive improvements.
By aj-geddes · 799 installs
npx skills add aj-geddes/useful-ai-prompts --skill root-cause-analysis
Source repository · Upstream listing
Root Cause Analysis
Table of Contents
[Overview]( overview)
[When to Use]( when to use)
[Quick Start]( quick start)
[Reference Guides]( reference guides)
[Best Practices]( best practices)
Overview
Root cause analysis (RCA) identifies underlying reasons for failures, enabling permanent solutions rather than temporary fixes.
When to Use
Production incidents
Customer impacting issues
Repeated problems
Unexpected failures
Performance degradation
Quick Start
Minimal working example:
Reference Guides
Detailed implementations in the references/ directory:
Guide Contents
[The 5 Whys Technique](references/the 5 whys technique.md) The 5 Whys Technique
[Systematic RCA Process](references/systematic rca process.md) Systematic RCA Process
[RCA Report Template](references/rca report template.md) RCA Report Template
[Root Cause Analysis Techniques](references/root cause analysis techniques.md) Root Cause Analysis Techniques
[Follow Up & Prevention](references/follow up prevention.md) Follow Up & Prevention
Best Practices
✅ DO
Follow established patterns and conventions
Write clean, maintainable code
Add appropriate documentation
Test thoroughly before deploying
❌ DON'T
Skip testing or validation
Ignore error handling
Hard code configuration values