feat(skills): add todo-plan skill

This commit is contained in:
csh
2026-01-16 15:40:05 +08:00
parent cc340f1944
commit 054967a1d9
2 changed files with 48 additions and 0 deletions
+1
View File
@@ -162,6 +162,7 @@ sh docs/standards/playbook/scripts/install_codex_skills.sh
- `commit-message`:基于 staged diff 自动建议提交信息(`:emoji: type(scope): subject`
- `create-plan`:生成简明计划(适用于用户明确要求规划编码任务)
- `todo-plan`:按模板追加计划到 TODO.md(触发词:plan/计划/TODO/待办;自动合并/拆分)
- `code-review-workflow`:结构化代码评审(正确性/安全/性能/测试)
- `style-cleanup`:整理代码风格(优先使用仓库既有 formatter/lint 工具链)
- `bulk-refactor-workflow`:批量重构(安全做法 + 验证契约)