codex-code-review

Installation
SKILL.md

Codex Code Review

Automated review loop: run Codex review on unstaged changes, apply fixes, re-review until clean.

Workflow

  1. Check for unstaged changes with git diff. If empty, report "No unstaged changes to review" and stop.
  2. Run the Codex review:
codex review --uncommitted
  1. Read the review output carefully.
  2. For each piece of feedback, decide if it is valid. Apply valid fixes directly. Skip feedback that is incorrect, irrelevant, or purely stylistic preference with no real benefit.
  3. After applying fixes, run the review command again (step 2).
  4. Repeat until the review output contains "LGTM" or only minor/irrelevant comments remain.
  5. Summarize what was reviewed and what was fixed.
Installs
2
GitHub Stars
30.9K
First Seen
Apr 7, 2026