codex-review-loop - Automated adversarial code review with Codex
Run adversarial code review via Codex CLI with structured finding analysis and atomic fix-verify-commit loop
Tags
Updated: 2026-03-21Capabilities
Typical Inputs
Typical Outputs
What this skill does
- detect open PR
- determine base branch
- launch codex review
- parse codex output
- categorize findings
- estimate fix effort
- apply code fix
- run verification tests
- commit fix
- generate final report
- re-execute review
Inputs
- PR number
- base branch
- uncommitted changes flag
- Codex CLI
- project conventions
- review findings schema
- target repository
- working tree
Outputs
- code fixes
- test verification results
- fix commits
- review findings table
- final review report
Requirements
- Codex CLI v0.105.0+
- GitHub CLI
- ruff
- ty
- pytest
- uv
- Git repository access
