Codex Code Review Loop Overview This skill orchestrates the complete remediation workflow for code under review by the codex agent. It handles: - Requesting reviews from codex using the CLI - Parsing review output to identify P0 (security/correctness), P1 (reliability), P2-P4 (quality) findings - Remediating critical issues through up to 3 review-fix-review cycles - Deferring quality improvements to backlog with implementation plans and labels - Monorepo handling for selective file commits when working alongside other agents - Circuit breaker escalation after 3 cycles if P0/P1 issues persist…