📝 docs(prompts): add code-review template and align docs flow

This commit is contained in:
csh
2026-02-28 10:22:25 +08:00
parent 9ac8a4c8a4
commit 52046b4351
4 changed files with 90 additions and 2 deletions
+3 -1
View File
@@ -21,7 +21,8 @@ templates/
│ │ └── agent-behavior.template.md
│ ├── coding/
│ │ ├── clarify.template.md
│ │ ── review.template.md
│ │ ── review.template.md
│ │ └── code-review.template.md
│ └── meta/
│ └── prompt-generator.template.md
├── ci/ # CI 模板
@@ -214,6 +215,7 @@ project/
| `system/agent-behavior.template.md` | 工作模式参考 | 切换探索/开发/调试模式 |
| `coding/clarify.template.md` | 需求澄清模板 | 需求不明确时 |
| `coding/review.template.md` | 复盘总结模板 | Plan 完成后复盘 |
| `coding/code-review.template.md` | 代码评审流程 | 执行 MR/PR 代码评审 |
| `meta/prompt-generator.template.md` | 元提示词生成器 | 创建新的专用提示词 |
### AGENT_RULES.template.md