LogoClawIndex
CasesSkillsAbout
LogoClawIndex

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-21

Capabilities

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

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
code review
Codex CLI
PR automation
adversarial testing
fix verification
detect open PR
determine base branch
launch codex review
parse codex output
PR number
base branch
uncommitted changes flag
code fixes
test verification results
fix commits