review-fix-codex

Installation
SKILL.md

Review workflow

  1. 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

  2. If the command returns There is no concern., quit without modifying code. Otherwise, process the returned findings.

  3. 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.

  4. 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
    
Installs
57
GitHub Stars
1
First Seen
Mar 30, 2026
review-fix-codex — willbooster/agent-skills