Review With Codex banner
diegovogel diegovogel

Review With Codex

Git community

Description

Run the current branch through automated Codex review cycles until it's clean or cycles are exhausted. Unlike `/pr-with-codex`, this does not create or post to a PR — it drives local Codex reviews against the branch diff. ## Phase 1: Preconditions Verify the working tree is in a shape we can review, then proceed to Phase 2. If any check fails, STOP and report — do NOT proceed to Phase 2. **Committing is pre-authorized here; don't stall waiting for permission.** This skill reviews the *branch

Installation

Installs to ~/.claude/skills/diegovogel-claude-code-tools-review-with-codex/SKILL.md

Terminal
mkdir -p ~/.claude/skills/diegovogel-claude-code-tools-review-with-codex && curl -fsSL https://raw.githubusercontent.com/diegovogel/claude-code-tools/HEAD/commands/review-with-codex.md -o ~/.claude/skills/diegovogel-claude-code-tools-review-with-codex/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository