mirror of
https://github.com/openai/codex.git
synced 2026-05-05 20:07:02 +00:00
Add Code Review skill (#18746)
Adds a skill that centralizes rules used during code review for codex.
This commit is contained in:
14
.codex/skills/code-review/SKILL.md
Normal file
14
.codex/skills/code-review/SKILL.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: code-review
|
||||
description: Run a final code review on a pull request
|
||||
---
|
||||
|
||||
Use subagents to review code using all code-review-* skills in this repository other than this orchestrator. One subagent per skill. Pass full skill path to subagents. Use xhigh reasoning.
|
||||
|
||||
Make sure to return every single issue. 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.
|
||||
Reference in New Issue
Block a user