Second Opinion prompt

Coding28.6K

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

Gather parallel second opinions from Codex and Gemini CLI subagents.

Full prompt
---
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]"
```

How to use this prompt

  1. 1Copy the full prompt below
  2. 2Replace the [____] placeholders with your specifics
  3. 3Paste into DeepSeek / Claude / ChatGPT to run

Related Coding prompts