🗑️ remove(skills): drop unused skills and update references

This commit is contained in:
csh
2026-01-12 10:03:45 +08:00
parent 2b37860331
commit c33611ca02
17 changed files with 91 additions and 731 deletions
-11
View File
@@ -155,11 +155,6 @@ sh docs/standards/playbook/scripts/install_codex_skills.sh
### 通用工作流 Skills
- **`performance-optimization`**:跨语言性能优化工作流
- 适用:TSL / Python / C++
- 流程:度量基线 → 定位瓶颈 → 优化策略 → 验证效果
- 109 行
- **`testing-workflow`**:跨语言测试策略
- 适用:TSL / Python / C++
- 覆盖:单元测试 / 集成测试 / 回归测试
@@ -169,13 +164,7 @@ sh docs/standards/playbook/scripts/install_codex_skills.sh
- `create-plan`:生成简明计划(适用于用户明确要求规划编码任务)
- `code-review-workflow`:结构化代码评审(正确性/安全/性能/测试)
- `style-cleanup`:整理代码风格(优先使用仓库既有 formatter/lint 工具链)
- `systematic-debugging`:系统化调试(先复现 → 再定位 → 再修复 → 再验证)
- `root-cause-tracing`:根因溯源 / RCA 模板
- `defense-in-depth`:关键路径分层校验/多道防线
- `bulk-refactor-workflow`:批量重构(安全做法 + 验证契约)
- `document-workflow`PDF/DOCX/PPTX/XLSX 文档工作流(带开源 fallback)
- `pdf-workflow` / `docx-workflow` / `pptx-workflow` / `xlsx-workflow`:按格式拆分的文档子工作流
- `verification-before-completion`:先验证再宣称完成(证据链优先)
---