codex-verifier
CommunitySecond-opinion verification with Codex CLI.
Authorasimihsan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Delegates verification, exploration, and analysis tasks to OpenAI Codex CLI as a second-opinion agent, helping you verify assumptions and explore alternatives.
Core Features & Use Cases
- Second-opinion checks: Run verification prompts against Codex to cross-check results.
- Read-only analysis: Use Codex for non-destructive exploration of ideas.
- Flexible prompts & timeouts: Customize prompts, timeouts, and outputs for reproducible results.
Quick Start
Get current CLI syntax: codex exec --help Run codex with a prompt and capture output: OUTPUT_FILE=$(mktemp /tmp/codex-XXXXXX) codex exec --model gpt-5.2 --dangerously-bypass-approvals-and-sandbox -o "$OUTPUT_FILE" "Your verification prompt here" 2>/dev/null cat "$OUTPUT_FILE"
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: codex-verifier Download link: https://github.com/asimihsan/dotfiles/archive/main.zip#codex-verifier Please download this .zip file, extract it, and install it in the .claude/skills/ directory.