第二意见提示词

编程2.9万

并行调用 Codex 与 Gemini CLI 提供第二意见

Gather parallel second opinions from Codex and Gemini CLI subagents.

提示词全文
---
name: second-opinion
description: Second Opinion from Codex and Gemini CLI for Claude Code 
---

# Second Opinion

被调用时:

1. **从对话上下文总结问题**(约 100 字)

2. **使用 Task 工具并行生成两个子代理**:
   - 向 `gemini-consultant` 提供问题摘要
   - 向 `codex-consultant` 提供问题摘要

3. **呈现综合结果**,展示:
   - Gemini 的视角
   - Codex 的视角  
   - 它们的共识/分歧之处
   - 推荐方案

## 子代理使用的 CLI 命令

```bash
gemini -p "I'm working on a coding problem... [problem]"
codex exec "I'm working on a coding problem... [problem]"
```

怎么用这条提示词

  1. 1复制下方提示词全文
  2. 2把方括号 ____ 占位替换成你的具体需求
  3. 3粘贴到 DeepSeek / Claude / ChatGPT 等模型运行

相关编程提示词