跳到主要内容
知仓学习社ZHICANG

root-cause-analyzer

Systematic root cause identification skill with 5 Whys, fishbone diagrams, fault tree analysis, and hypothesis testing

不碰外部(只输出文字)无严重或高危命中a5c-ai/babysitter

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Root Cause Analyzer

Overview

The Root Cause Analyzer skill provides comprehensive capabilities for systematic root cause identification and verification. It supports multiple analysis methods including 5 Whys, Ishikawa diagrams, fault tree analysis, and statistical hypothesis testing.

Capabilities

  • 5 Whys facilitation
  • Ishikawa (fishbone) diagram creation
  • Fault tree analysis (FTA)
  • Hypothesis formulation
  • Chi-square testing
  • Correlation analysis
  • Pareto chart generation
  • Root cause verification

Used By Processes

  • SIX-005: Root Cause Analysis
  • QMS-005: FMEA Facilitation
  • CI-002: A3 Problem Solving

Tools and Libraries

  • Cause analysis tools
  • Statistical testing libraries
  • Visualization platforms
  • Collaboration tools

Usage

skill: root-cause-analyzer
inputs:
  problem_statement: "25% increase in customer complaints for product X"
  analysis_method: "fishbone"  # 5_whys | fishbone | fta | is_is_not
  data:
    defect_counts_by_category:
      materials: 45
      methods: 23
      machines: 67
      manpower: 12
      measurement: 8
      environment: 5
  hypothesis_to_test: "Machine wear is causing increased defects"
outputs:
  - root_cause_diagram
  - potential_causes
  - verified_root_causes
  - pareto_analysis
  - statistical_verification
  - recommendations

Analysis Methods

5 Whys

Ask "Why?" iteratively to drill down to root cause:

  1. Why did the problem occur?
  2. Why did that happen?
  3. Why did that happen?
  4. Why did that happen?
  5. Why did that happen?

Ishikawa (Fishbone) Categories

  • Man (Manpower) - Training, skills, fatigue
  • Machine - Equipment, tools, technology
  • Method - Procedures, processes, policies
  • Material - Raw materials, consumables
  • Measurement - Inspection, calibration
  • Mother Nature (Environment) - Temperature, humidity, conditions

Fault Tree Analysis

  • Top event (undesired outcome)
  • AND gates (all inputs required)
  • OR gates (any input sufficient)
  • Basic events (root causes)

Verification Techniques

| Technique | Use Case |

|-----------|----------|

| Chi-square test | Categorical data relationships |

| Correlation analysis | Continuous variable relationships |

| Regression | Predictive relationships |

| Designed experiments | Controlled cause-effect testing |

| Pareto analysis | Vital few vs. trivial many |

Integration Points

  • Quality Management Systems
  • Corrective action systems
  • Statistical analysis tools
  • Knowledge management systems

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,796
本站分层T1
该仓技能数2115
原文件路径library/specializations/domains/business/operations/skills/root-cause-analyzer/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 2115 个技能

同名技能的其他版本

有 2 个不同仓库或目录里都有叫 root-cause-analyzer 的技能。它们内容并不相同,别混用:

  • a5c-ai/babysitter — Systematic root cause analysis skill with multiple investigation methodologies.