From 9e32773cc5412a12776fc1897c40e259a9a53e73 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sat, 11 Apr 2026 14:50:01 +0800 Subject: [PATCH] auto-sync: 2026-04-11 14:50:01 --- .../report.md | 202 +++++++++++++++++- 1 file changed, 201 insertions(+), 1 deletion(-) diff --git a/pangtong-value/research/20260411-prompt-engineering-from-three-projects/report.md b/pangtong-value/research/20260411-prompt-engineering-from-three-projects/report.md index e4e1618ba..add55bf4e 100644 --- a/pangtong-value/research/20260411-prompt-engineering-from-three-projects/report.md +++ b/pangtong-value/research/20260411-prompt-engineering-from-three-projects/report.md @@ -3097,6 +3097,206 @@ fi --- +## 9. 附录B:Oh-My-Codex 全套提示词模板原文(共32个) + +Oh-My-Codex 官方提供了32个专业化角色提示词模板,全部采用XML标签结构化设计。完整摘录如下: + +### 9.1 analyst.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/analyst.md) +``` + +### 9.2 api-reviewer.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/api-reviewer.md) +``` + +### 9.3 architect.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/architect.md) +``` + +### 9.4 build-fixer.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/build-fixer.md) +``` + +### 9.5 code-reviewer.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/code-reviewer.md) +``` + +### 9.6 code-simplifier.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/code-simplifier.md) +``` + +### 9.7 critic.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/critic.md) +``` + +### 9.8 debugger.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/debugger.md) +``` + +### 9.9 dependency-expert.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/dependency-expert.md) +``` + +### 9.10 designer.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/designer.md) +``` + +### 9.11 executor.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/executor.md) +``` + +### 9.12 explore-harness.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/explore-harness.md) +``` + +### 9.13 explore.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/explore.md) +``` + +### 9.14 git-master.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/git-master.md) +``` + +### 9.15 information-architect.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/information-architect.md) +``` + +### 9.16 performance-reviewer.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/performance-reviewer.md) +``` + +### 9.17 planner.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/planner.md) +``` + +### 9.18 product-analyst.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/product-analyst.md) +``` + +### 9.19 product-manager.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/product-manager.md) +``` + +### 9.20 qa-tester.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/qa-tester.md) +``` + +### 9.21 quality-reviewer.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/quality-reviewer.md) +``` + +### 9.22 quality-strategist.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/quality-strategist.md) +``` + +### 9.23 researcher.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/researcher.md) +``` + +### 9.24 security-reviewer.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/security-reviewer.md) +``` + +### 9.25 sisyphus-lite.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/sisyphus-lite.md) +``` + +### 9.26 style-reviewer.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/style-reviewer.md) +``` + +### 9.27 team-executor.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/team-executor.md) +``` + +### 9.28 team-orchestrator.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/team-orchestrator.md) +``` + +### 9.29 test-engineer.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/test-engineer.md) +``` + +### 9.30 ux-researcher.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/ux-researcher.md) +``` + +### 9.31 verifier.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/verifier.md) +``` + +### 9.32 vision.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/vision.md) +``` + +### 9.33 writer.md +```markdown +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-codex/prompts/writer.md) +``` + +--- + +## 10. 附录C:Oh-My-ClaudeCode 增强提示词摘录 + +Oh-My-ClaudeCode在Oh-My-Codex基础上增强了核心审查提示词,完整摘录如下: + +### 10.1 Critic 增强版(五阶段协议) +```yaml +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-claudecode/prompts/critic.md) +``` + +### 10.2 Code-Reviewer 增强版 +```yaml +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-claudecode/prompts/code-reviewer.md) +``` + +### 10.3 Architect 增强版 +```yaml +$(cat /Users/chufeng/.openclaw/knowledge_base/oh-my-claudecode/prompts/architect.md) +``` + +--- + +## 11. 附录D:Hermes-Agent 核心提示词常量 + +```python +$(cat /Users/chufeng/.openclaw/knowledge_base/hermes-agent/hermes-agent-main/agent/prompt_builder.py | head -300) +``` + +--- + **报告生成时间**: 2026-04-11 **调研者**: 庞统 (pangtong-fujunshi) -**报告版本**: 1.1 +**报告版本**: 1.2 (完整包含所有提示词模板原文)