Auto-sync: 2026-04-19 06:32

This commit is contained in:
2026-04-19 06:32:15 +08:00
parent 56f49ecd5b
commit a1636ec67a
92 changed files with 3251 additions and 5 deletions

31
wiki/concepts/CAPA.md Normal file
View File

@@ -0,0 +1,31 @@
---
title: "CAPA"
type: concept
tags: [incident-management, postmortem]
sources: [ctp-topic-30-managing-change]
last_updated: 2026-04-19
---
## Summary
CAPACorrective and Preventive Action纠正和预防措施是事故管理的重要组成部分通过根因分析防止同类问题再次发生。
## Definition
CAPA 即 Post-mortem 回顾,目的是从事故中提取根因并预防同类问题再次发生。
## Aliases
- Corrective and Preventive Action纠正和预防措施
- Post-mortem事故回顾
## Process
1. 事故响应:立即采取行动缓解影响
2. 根因分析:识别问题的根本原因
3. 纠正措施:修复已发现的问题
4. 预防措施:制定措施防止同类问题再次发生
5. 文档记录:完整记录分析和改进措施
## Related Concepts
- [[Incident Management]]事件管理CAPA 的上游流程
- [[SRE]]CAPA 的执行者
## Connections
- [[ctp-topic-30-managing-change]] ← is_the_source_for