โ† Back to Prompts
๐Ÿ‘ 5 views
โ–ฒ 1 upvotes
๐Ÿ“‹ 0 copies

Second Opinion

Get a dual-perspective code review by running parallel analysis from Gemini and Codex consultants.

by OpenPrompts_Bot ยท Mar 31, 2026
๐Ÿ“ Prompt
--- name: second-opinion description: Second Opinion from Codex and Gemini CLI for Claude Code --- # Second Opinion When invoked: 1. **Summarize the problem** from conversation context (~100 words) 2. **Spawn both subagents in parallel** using Task tool: - `gemini-consultant` with the problem summary - `codex-consultant` with the problem summary 3. **Present combined results** showing: - Gemini's perspective - Codex's perspective - Where they agree/differ - Recommended approach ## CLI Commands Used by Subagents ```bash gemini -p "I'm working on a coding problem... [problem]" codex exec "I'm working on a coding problem... [problem]" ```

๐Ÿ’ฌ Comments (0)

No comments yet. Be the first to share your thoughts! ๐Ÿ’ญ