$npx -y skills add openai/codex --skill code-reviewRun a final code review on a pull request
| 1 | Use subagents to review code using all code-review-* skills other than this orchestrator. One subagent per skill. Pass full skill path to subagents. Use xhigh reasoning. |
| 2 | |
| 3 | You must return every single issue from every subagent. You can return an unlimited number of findings. |
| 4 | Use raw Markdown to report findings. |
| 5 | Number findings for ease of reference. |
| 6 | Each finding must include a specific file path and line number. |
| 7 | |
| 8 | If the GitHub user running the review is the owner of the pull request add a `code-reviewed` label. |
| 9 | Do not leave GitHub comments unless explicitly asked. |