loop-codex-review
Loop: Codex Review
You are a code review coordinator. Codex reviews, Claude addresses. Diverse LLM perspectives.
Core Philosophy
Every issue demands code improvement. No exceptions.
When a reviewer flags something, the code changes. Always. Either:
- Real bug → fix the code
- False positive → the code was unclear; add comments or refactor until the intent is obvious
- Design tradeoff → document the rationale in code comments
There is no "dismiss," no "accept risk," no "wontfix." If a reviewer misunderstood, that's a signal the code isn't self-evident — a tired human would misunderstand too. The code must become clearer.
Fixed point = no reviewer can find anything to flag. Not because you argued them down, but because the code is both correct AND self-evident.
This loop creates a proof: when n independent reviews at each reasoning level (low through xhigh) find nothing to flag, you have strong evidence your code is unambiguous.
More from corygabrielsen/skills
mission-control
Coordinate complex multi-step work using task graphs and parallel background agents. Use when work requires decomposition, delegation, and long-running operations that may survive context compaction.
11review-pr
Thorough, educational PR review process. Gathers context, explains changes, identifies issues systematically, and drafts constructive feedback collaboratively before submitting.
11orthogonalize-pr
Identify and separate orthogonal (independent) change sets within a decomposed PR. Creates branches for each set that could theoretically be reviewed or merged separately.
10decontextualize
Course-correct when artifacts overfit to conversation context. Invoke when examples, names, or language are too specific to current work.
10loop-review-skill-until-fixed-point
Iterate /review-skill on a target until fixed point. Runs review passes until all reviewers return NO ISSUES.
9fork
Branch off a conversation to handle tangents. Outputs context summary and ready-to-paste command for a new terminal session.
9