🐛 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: style-cleanup
description: Clean up formatting and code style with the repos existing toolchain (clang-format/black/isort/flake8/pre-commit/etc). Triggers: 整理代码风格, 格式化, format, fmt, lint fix, clang-format, black, isort.
description: "Clean up formatting and code style with the repos existing toolchain (clang-format/black/isort/flake8/pre-commit/etc). Triggers: 整理代码风格, 格式化, format, fmt, lint fix, clang-format, black, isort."
---
# Style Cleanup Workflow(整理代码风格 / 格式化)
@@ -71,4 +71,3 @@ description: Clean up formatting and code style with the repos existing toolc
## Failure Handling
- 工具缺失:优先提示安装方式或替代命令;无法解决则退回“最小手工风格修复 + 明确未覆盖项”
- 规则冲突(如 black vs flake8):以仓库配置为准;必要时调整例外配置但需先确认