mcpbeat Sign in

022 Root Cause Analysis Agent Skill

Use when a framed problem needs root-cause investigation rather than a symptom-level fix, applying Five Whys, Fishbone (Ishikawa), Current Reality Tree, and constraint identification. This should trigger when an issue's Root Cause Analysis point of view needs evaluation, or when a maintainer directly asks to find the root cause of a problem before proposing a fix. Part of Plinth Toolkit

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
423
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/jabrena/plinth --skill 022-root-cause-analysis

The instruction itself

5 sections, as written by the author

Root Cause Analysis

Guide the identification of root causes, not symptoms, for a framed problem, using Five Whys, Fishbone (Ishikawa), Current Reality Tree, and constraint identification. This is an interactive SKILL.

What is covered in this Skill?

  • Five Whys for a linear causal chain from a symptom to a root cause
  • Fishbone (Ishikawa) for categorized candidate causes across multiple dimensions
  • Current Reality Tree for interconnected causes and effects with a small number of core problems
  • Constraint identification for the limiting factor holding the current state in place
  • Choosing the technique(s) proportionate to the problem's complexity
  • Feeding root-cause findings into 023-assumption-analysis and the remaining Functional Specification lenses

Constraints

Distinguish root causes from symptoms before recommending a fix. When this technique is orchestrated by another workflow, the orchestrator owns clarifying-question sequencing; when applied standalone, ask directly.

  • MUST read references/022-root-cause-analysis.md before applying Root Cause Analysis guidance
  • MUST distinguish a symptom (an observed effect) from a root cause (the condition that produces it)
  • MUST apply Five Whys as a chain of "why" questions grounded in evidence from the problem frame, not assumption
  • MUST apply Fishbone to organize candidate causes into categories (for example people, process, technology, environment) when more than one causal dimension is plausible
  • MUST apply Current Reality Tree when multiple symptoms may share one or a small number of core problems connected by cause-effect relationships
  • MUST identify the constraint limiting the current state, not only the most visible cause
  • MUST NOT invent a root cause when the available evidence is vague or ambiguous; flag the gap for a clarifying question instead

When to use this skill

  • Find the root cause of this problem
  • Apply Five Whys to this issue
  • Build a Fishbone diagram for this problem
  • Use Current Reality Tree to connect these symptoms
  • Identify the constraint limiting the current state
  • Draft the Root Cause Analysis section of a Functional Specification

Workflow

  • Read the Reference

Read references/022-root-cause-analysis.md, then identify the symptom(s) evidenced by the problem frame.

  • Apply Five Whys

Chain "why" questions from the symptom toward an evidenced root cause, stopping when further "why" steps would require guessing.

  • Apply Fishbone When Multiple Dimensions Are Plausible

Organize candidate causes into categories when more than one causal dimension (people, process, technology, environment) is plausible.

  • Apply Current Reality Tree When Symptoms Interconnect

Connect multiple symptoms to a small number of shared core problems through cause-effect relationships when the symptoms appear related.

  • Identify the Constraint

Name the constraint limiting the current state, distinct from the most visible or most recently reported cause.

  • Report the Root Cause Findings

Report findings using Five Whys, Fishbone, Current Reality Tree, and the identified constraint, and flag any finding left open pending a clarifying answer.

Reference

For detailed guidance, examples, and constraints, see references/022-root-cause-analysis.md.

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take jabrena/022-root-cause-analysis from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.