codex-code-review

Installation
SKILL.md

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 codex --full-auto c 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 origin:ai-review labels
  • Monorepo handling for selective file commits when working alongside other agents
  • Circuit breaker escalation after 3 cycles if P0/P1 issues persist

When to Use

Trigger this skill when code requires codex review. Common usage patterns:

  • "codex review this code" — Initiate review loop on current changes
  • "run codex review on my changes" — Same as above
Related skills
Installs
28
GitHub Stars
15
First Seen
Feb 24, 2026