review-fix-loop
Installation
SKILL.md
Review Fix Loop
Use this skill to run a real review -> fix -> review closeout loop.
Prefer uncommitted local work first, but choose branch or commit review when the actual work state requires it.
Contract
- Use a real separate reviewer run. Do not replace reviewer failure with self-review.
- Prefer
codex exec review --jsonas the reviewer engine. - Allow
codex reviewonly as a declared backup reviewer after terminal reviewer failure. - Treat temporary silence during review as normal.
- Continue until no
fix nowfindings remain, or the loop is no longer converging usefully. - Reject speculative, noisy, low-confidence, or overly invasive findings.
- Prefer small fixes at the correct ownership boundary.
- Run focused proof after meaningful fix batches.
- Stay silent by default. Surface assumptions or blockers only when they materially affect trust, scope, or safety.