Original Reddit post

I build a command that lets me run Codex CLI reviews using 5.4 high. From within the CC session. Just invoke it; it boots Codex CLI with prompts, parses the review, and can move on with coding. No more switching back and forth. Nothing fancy; most of you probably build this anyway, but I like to share it anyway. It is part of a larger plugin I built for my own workflow; you can just grab it from there or use the snippet below. https://github.com/shintaii/claude-powermode/blob/main/commands/pm-codex-review.md You need to tweak it a little bit to make sure it works with your stuff if you do not use the whole plugin, but that would be easy, I think. Standardly, it looks at changes ready for commit, but you can instruct it to review a PR, branch, or specific commits. Claude gathers the diffs, sends them to a prompt, Codex CLI does its thing, reports back, and Claude then processes it again. submitted by /u/shintaii84

Originally posted by u/shintaii84 on r/ClaudeCode