control-chart-analyzer
Statistical process control chart creation and analysis skill with control limit calculation and special cause detection
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Control Chart Analyzer
Overview
The Control Chart Analyzer skill provides comprehensive capabilities for creating and analyzing statistical process control charts. It supports multiple chart types, control limit calculation, and automated detection of special cause variation using industry-standard rules.
Capabilities
- X-bar and R chart creation
- Individual and Moving Range (I-MR) charts
- p-chart and np-chart generation
- c-chart and u-chart analysis
- Control limit calculation
- Nelson rules application
- Western Electric rules detection
- Out-of-control signal alerting
Used By Processes
- SIX-002: Statistical Process Control Implementation
- SIX-003: Process Capability Analysis
- QMS-003: Quality Audit Management
Tools and Libraries
- Minitab API
- JMP
- Python scipy/statsmodels
- R quality packages
Usage
skill: control-chart-analyzer
inputs:
data_type: "continuous" # continuous | attribute
chart_type: "xbar_r" # xbar_r | xbar_s | imr | p | np | c | u
subgroup_size: 5
data:
- subgroup: [10.2, 10.1, 10.3, 10.0, 10.2]
- subgroup: [10.4, 10.3, 10.2, 10.5, 10.3]
specification_limits:
usl: 10.8
lsl: 9.2
target: 10.0
outputs:
- control_chart
- control_limits
- out_of_control_signals
- rule_violations
- recommendations
Chart Selection Guide
| Data Type | Subgroup Size | Recommended Chart |
|-----------|---------------|-------------------|
| Continuous | 1 | I-MR |
| Continuous | 2-10 | X-bar & R |
| Continuous | >10 | X-bar & S |
| Attribute (defectives) | Variable | p-chart |
| Attribute (defectives) | Constant | np-chart |
| Attribute (defects) | Variable area | u-chart |
| Attribute (defects) | Constant area | c-chart |
Western Electric Rules
- One point beyond 3 sigma
- Two of three consecutive points beyond 2 sigma (same side)
- Four of five consecutive points beyond 1 sigma (same side)
- Eight consecutive points on one side of center line
Nelson Rules
- One point beyond Zone A (3 sigma)
- Nine points in a row on same side of center line
- Six points in a row, all increasing or decreasing
- Fourteen points in a row, alternating up and down
- Two of three points in Zone A or beyond (same side)
- Four of five points in Zone B or beyond (same side)
- Fifteen points in a row in Zone C
- Eight points in a row on both sides with none in Zone C
Integration Points
- Manufacturing Execution Systems
- Quality Management Systems
- Real-time data platforms
- Alerting systems
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
library/specializations/domains/business/operations/skills/control-chart-analyzer/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 control-chart-analyzer 的技能。它们内容并不相同,别混用:
- a5c-ai/babysitter — Statistical process control chart creation and analysis skill with control limit calculati