11# Review pull requests faster | Codex use cases# Codex code review for GitHub pull requests | Codex use cases
2 2
3Codex use cases3Codex use cases
4 4
8 8
9Codex use case9Codex use case
10 10
1111# Review pull requests faster# Codex code review for GitHub pull requests
12 12
13Catch regressions and potential issues before human review.13Catch regressions and potential issues before human review.
14 14
16 16
17Time horizon **5s**17Time horizon **5s**
18 18
1919Use Codex in GitHub to automatically surface regressions, missing tests, and documentation issues directly on a pull request.Use Codex code review in GitHub to automatically surface regressions, missing tests, and documentation issues directly on a pull request.
20 20
21## Best for21## Best for
22 22
29 29
30Copy page [Export as PDF](https://developers.openai.com/codex/use-cases/github-code-reviews/?export=pdf)30Copy page [Export as PDF](https://developers.openai.com/codex/use-cases/github-code-reviews/?export=pdf)
31 31
3232Use Codex in GitHub to automatically surface regressions, missing tests, and documentation issues directly on a pull request.Use Codex code review in GitHub to automatically surface regressions, missing tests, and documentation issues directly on a pull request.
33 33
34Easy34Easy
35 35
37 37
38Related links38Related links
39 39
4040[Use Codex in GitHub](https://developers.openai.com/codex/integrations/github) [Custom instructions with AGENTS.md](https://developers.openai.com/codex/guides/agents-md)[Codex code review in GitHub](https://developers.openai.com/codex/integrations/github) [Custom instructions with AGENTS.md](https://developers.openai.com/codex/guides/agents-md)
41 41
42## Best for42## Best for
43 43
62 62
63## How to use63## How to use
64 64
6565Start by adding Codex code review to your GitHub organization or repository. See [Use Codex in GitHub](https://developers.openai.com/codex/integrations/github) for more details.Start by adding Codex code review to your GitHub organization or repository.
66See [Codex code review in GitHub](https://developers.openai.com/codex/integrations/github) for more details.
66 67
67You can set up Codex to automatically review every pull request, or you can request a review with `@codex review` in a pull request comment.68You can set up Codex to automatically review every pull request, or you can request a review with `@codex review` in a pull request comment.
68 69
70 71
71This will start a new cloud task that will fix the issue and update the pull request.72This will start a new cloud task that will fix the issue and update the pull request.
72 73
7374## Define additional guidance## Define review guidance
74 75
75To customize what Codex reviews, add or update a top-level `AGENTS.md` with a section like this:76To customize what Codex reviews, add or update a top-level `AGENTS.md` with a section like this:
76 77