code-review
Run a final code review on a pull request
How do I install this agent skill?
npx skills add https://github.com/openai/codex --skill code-reviewIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill coordinates code reviews by orchestrating specialized subagents to analyze pull requests. It includes features for automated GitHub labeling and focuses on providing comprehensive, structured feedback to developers.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 1 issue
What does this agent skill do?
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.
You must return every single issue from every subagent. You can return an unlimited number of findings. Use raw Markdown to report findings. Number findings for ease of reference. Each finding must include a specific file path and line number.
If the GitHub user running the review is the owner of the pull request add a code-reviewed label.
Do not leave GitHub comments unless explicitly asked.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/openai/codex/code-review">View code-review on skillZs</a>