review-fix-codex
Installation
SKILL.md
Review workflow
-
Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION):
bunx @willbooster/agent-skills@latest review --agent codex -
If the command returns
There is no concern., quit without modifying code. Otherwise, process the returned findings. -
Accumulate every returned finding as a fact inside
## Verified Facts, together with any returned## Verified Facts. Keep only facts that still affect review: what is known, why it matters, and how it was verified. -
Refine accumulated facts to reduce duplication and remove stale details, then pass them through stdin with heredoc syntax:
bunx @willbooster/agent-skills@latest review --agent codex <<'EOF' ## Verified Facts [all accumulated facts] EOF