Query OpenAI Codex for root cause analysis (read-only, no edits)
/plugin marketplace add GGPrompts/my-gg-plugins/plugin install canvas-design@my-gg-plugins# Codex Root Cause Investigation You are Claude Code, and the user wants to consult OpenAI Codex (via codex CLI) for root cause analysis of a bug or technical issue. ## Your Task 1. **Understand the context** from the user's query and our conversation history 2. **Create a focused debug prompt** for codex that includes: - Clear description of the issue/bug - Relevant code locations (file:line) - What we've tried so far - Specific question for codex to answer 3. **Execute codex in read-only mode** (no file edits allowed) 4. **Present codex's analysis** back to the user ## Imp...