# code-review

> Claude/Codex skill by [@openai](https://omgskills.com/library/openai/index.md) · 97k stars · Updated 2026-07-11

Run a final code review on a pull request

## Install

```sh
git clone https://github.com/openai/codex /tmp/codex && ln -s /tmp/codex/.codex/skills/code-review ~/.claude/skills/code-review
```

## From README

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.

## Links

- HTML page: https://omgskills.com/skills/openai/codex/code-review/
- GitHub: https://github.com/openai/codex
- Author: [@openai](https://omgskills.com/library/openai/index.md)

## More from this repo

- [code-breaking-changes](https://omgskills.com/skills/openai/codex/dot-codex/skills/code-review-breaking-changes/index.md) — Breaking changes
   - [@openai](https://omgskills.com/library/openai/index.md) · 123k stars
- [path-types](https://omgskills.com/skills/openai/codex/dot-codex/skills/path-types/index.md) — Choose Rust types for operating system paths across the Codex repository.
   - [@openai](https://omgskills.com/library/openai/index.md) · 114k stars
- [update-v8-version](https://omgskills.com/skills/openai/codex/dot-codex/skills/update-v8-version/index.md) — Used to update Codex's pinned \`v8\` / \`rusty\_v8\` versions, validate the release-candidate path, and investigate failed...
   - [@openai](https://omgskills.com/library/openai/index.md) · 106k stars
