What problem does it solve?
It reduces the risk of missed bugs, gaps, or weak reasoning by getting an unbiased third-party review of plans, code changes, research, or decisions.
Core Features & Use Cases
- Independent second-opinion reviews: Reviews can validate implemented features, completed plans, and research/analysis, and can also sanity-check non-code advice and decisions.
- WSL-backed Codex CLI execution: Runs OpenAI Codex CLI via WSL in the background and returns a concise review.
- Effort control and safer execution modes: Supports high vs xhigh effort presets and optional sandbox modes (read-only or workspace-write).
- Action-oriented result handling: Promotes triage of findings into Act On / Note / Noise and emphasizes verifying claims before acting.
Quick Start
Run a background Codex review with your full prompt using the Bash tool with run_in_background: true, for example: cd the codex-review skill directory and execute uv run review.py -w C:\path\to\project "Your full review prompt here".