🐛 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: systematic-debugging
description: Systematic debugging for bugs, failing tests, regressions (TSL/C++/Python). Triggers: debug, failing test, regression, crash, 复现, 定位, 排查, 调试.
description: "Systematic debugging for bugs, failing tests, regressions (TSL/C++/Python). Triggers: debug, failing test, regression, crash, 复现, 定位, 排查, 调试."
---
# Systematic Debugging(系统化调试)
@@ -43,4 +43,3 @@ description: Systematic debugging for bugs, failing tests, regressions (TSL/C++/
- Avoid changing multiple variables at once
- Prefer instrumentation and evidence over guessing
- Keep fixes minimal and scoped