SpyBara
Go Premium

use-cases/github-code-reviews.md 2026-04-13 18:37 UTC to 2026-04-14 18:31 UTC

8 added, 0 removed.

2026
Thu 30 18:36 Wed 29 12:40 Sat 25 06:37 Fri 24 18:20 Thu 23 18:31 Wed 22 18:29 Tue 21 18:29 Mon 20 18:26 Sat 18 18:18 Fri 17 00:44 Thu 16 18:31 Wed 15 18:31 Tue 14 18:31 Mon 13 18:37 Sun 12 06:38 Fri 10 18:23 Thu 9 00:33 Wed 8 18:32 Tue 7 00:40 Thu 2 18:23

Review pull requests faster | Codex use cases

← All use cases

Copy page Export as PDF

Use Codex in GitHub to automatically surface regressions, missing tests, and documentation issues directly on a pull request.

Easy

5s

Related links

Use Codex in GitHub Custom instructions with AGENTS.md

Best for

  • Teams that want another review signal before human merge approval
  • Large codebases for projects in production

Skills & Plugins

Skill Why use it
Security Best Practices Focus the review on risky surfaces such as secrets, auth, and dependency changes.

Starter prompt

@codex review for security regressions, missing tests, and risky behavior changes.

@codex review for security regressions, missing tests, and risky behavior changes.

How to use

Start by adding Codex code review to your GitHub organization or repository. See Use Codex in GitHub for more details.

You can set up Codex to automatically review every pull request, or you can request a review with @codex review in a pull request comment.

If Codex flags a regression or potential issue, you can ask it to fix it by commenting on the pull request with a follow-up prompt like @codex fix it.

This will start a new cloud task that will fix the issue and update the pull request.

Define additional guidance

To customize what Codex reviews, add or update a top-level AGENTS.md with a section like this:

## Review guidelines

- Flag typos and grammar issues as P0 issues.
- Flag potential missing documentation as P1 issues.
- Flag missing tests as P1 issues.
  ...

Codex applies guidance from the closest AGENTS.md to each changed file. You can place more specific instructions deeper in the tree when particular packages need extra scrutiny.

[

Bring your app to ChatGPT

Build one narrow ChatGPT app outcome end to end: define the tools, scaffold the MCP server...

Integrations Code](https://developers.openai.com/codex/use-cases/chatgpt-apps)[

Coordinate new-hire onboarding

Use Codex to gather approved new-hire context, stage tracker updates, draft team-by-team...

Integrations Data](https://developers.openai.com/codex/use-cases/new-hire-onboarding)[

Create a CLI Codex can use

Ask Codex to create a composable CLI it can run from any folder, combine with repo scripts...

Engineering Code](https://developers.openai.com/codex/use-cases/agent-friendly-clis)