Skip to content

Commit bdb1f59

Browse files
committed
update code review cookbook and test agent.md
1 parent 2edfdac commit bdb1f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/codex/build_code_review_with_codex_sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ With [Code Review](https://chatgpt.com/codex/settings/code-review) in Codex Clou
44

55
Luckily, we can replicate Codex's cloud hosted review process in our own CI/CD runners. In this guide, we'll build our own Code Review action using the Codex CLI headless mode with both GitHub Actions and Jenkins.
66

7-
To build our own Code review, we'll take the following steps:
7+
To build our own Code review, we'll take the follong stes:
88

99
1. Install the Codex CLI in our CI/CD runner
1010
2. Prompt Codex in headless (exec) mode with the Code Review prompt that ships with the CLI
1111
3. Specify a structured output JSON schema for Codex
1212
4. Parse the JSON result and use it to make API calls to our SCM to create review comments
1313

1414
Once implemented, Codex will be able to leave inline code review comments:
15-
<img src="../../images/codex_code_review.png" alt="Codex Code Review in GitHub" width="500"/>
15+
`<img src="../../images/codex_code_review.png" alt="Codex Code Review in GitHub" width="500"/>`
1616

1717
## The Code Review Prompt
1818

0 commit comments

Comments
 (0)