🐛 fix(skills): quote YAML descriptions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: style-cleanup
|
||||
description: Clean up formatting and code style with the repo’s 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 repo’s 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 repo’s existing toolc
|
||||
## Failure Handling
|
||||
- 工具缺失:优先提示安装方式或替代命令;无法解决则退回“最小手工风格修复 + 明确未覆盖项”
|
||||
- 规则冲突(如 black vs flake8):以仓库配置为准;必要时调整例外配置但需先确认
|
||||
|
||||
|
||||
Reference in New Issue
Block a user