Codex Build Loop

Use when building features with **Codex** (OpenAI Codex CLI) in any codebase and the work should go through a disciplined build → review → test → fix loop. Triggers on "run the build loop", "build the next task", "continue the plan", "build this feature properly", or any request to implement work from a plan file or a direct feature prompt. Builds from the plan (or the prompt if no plan exists), runs Codex's `/review` on uncommitted changes and fixes every issue found, tests and verifies the feature end to end, fixes anything testing surfaces, and reports back once complete. Repeats until all plan tasks are checked off.

buildgreatproducts 917c96b 3.7 KB Updated

File contents

buildgreatproducts/product-os-public/tree/main/skills/codex-build-loop commit 917c96b0af

Frequently asked questions

npx skillmds@latest add buildgreatproducts/codex-build-loop