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. Treat the returned review results as the candidate comment set to process. If the command returns There is no concern., quit without modifying code.
  3. Determine whether each candidate comment is still valid for the current codebase.
  4. Address valid review comments by updating the code. For invalid comments, add explanatory comments to the code detailing why the existing implementation is necessary.
    • If there are valid review comments that are out of scope for the current PR, create new issues for them.
  5. If you made any code changes, commit and push them to the current branch.
  6. If you fixed any valid comments, return to step 1. Otherwise, quit the workflow.
Related skills
Installs
52
GitHub Stars
1
First Seen
Mar 30, 2026