// Get OpenAI Codex CLI's opinion on code, bugs, or implementation. Use when you want a second AI perspective during coding sessions.
| name | julien-workflow-advice-codex |
| description | Get OpenAI Codex CLI's opinion on code, bugs, or implementation. Use when you want a second AI perspective during coding sessions. |
| triggers | ["ask codex","codex opinion","codex review","what does codex think","demande ร codex","avis de codex","codex pense quoi","get codex feedback","codex second opinion","openai codex review"] |
Get feedback from OpenAI's Codex CLI on code, bugs, or implementation approaches.
npm install -g @openai/codexcodex login or sign in with ChatGPT accountcodex --versionThe user will ask something like:
codex exec "Review <file_path> and provide 3 specific improvements for production"
codex exec "Analyze <file_path> for potential bugs and edge cases"
codex review
Note: codex review opens an interactive review session - use codex exec for non-interactive feedback.
Present Codex's response clearly to the user. If Codex suggests improvements, summarize them as actionable items.
User: "demande ร codex de reviewer le benchmark"
codex exec "Review scripts/benchmark-semantic-router.py for improvements and potential issues"
User: "ask codex to find bugs in this file"
codex exec "Analyze scripts/semantic-skill-router.py for potential bugs, edge cases, and error handling gaps"
| Error | Cause | Fix |
|---|---|---|
codex: command not found | CLI not installed | npm install -g @openai/codex |
Not authenticated | Not logged in | Run codex login |
Model not available | Account tier issue | Check ChatGPT subscription |
| Response timeout | Large codebase | Use specific file path, not whole repo |
codex exec for non-interactive (scripted) usecodex review for interactive review sessionjulien-workflow-advice-gemini for multiple AI opinionsBash (usage: run codex CLI command, timeout 60s)