🐛 fix(skills): quote YAML descriptions

This commit is contained in:
csh
2025-12-22 15:04:42 +08:00
parent 8f78d22ccc
commit 2a98e15a1d
13 changed files with 13 additions and 25 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
---
name: root-cause-tracing
description: Root cause analysis (RCA) and tracing failures back to the original trigger across layers. Triggers: root cause, RCA, tracing, 回溯, 根因, 追溯, 为什么会发生.
description: "Root cause analysis (RCA) and tracing failures back to the original trigger across layers. Triggers: root cause, RCA, tracing, 回溯, 根因, 追溯, 为什么会发生."
---
# Root Cause Tracing(根因溯源 / RCA
@@ -49,4 +49,3 @@ description: Root cause analysis (RCA) and tracing failures back to the original
- Dont stop at “where it crashed”; find “why the bad state existed”
- Separate contributing factors vs root cause
- Avoid speculative RCA; label assumptions and request missing evidence