From ac85409b7b137843e1ec59d9ecaa063e88c60e6c Mon Sep 17 00:00:00 2001 From: "Adam Perry @ OpenAI" Date: Fri, 26 Jun 2026 12:36:40 -0700 Subject: [PATCH] Let Codex consult user-level code-review-* skills. (#30143) ## Why I use the `$code-review` skill a lot and it'd be nice to add my own additional review criteria in `$CODEX_HOME/skills/code-review-*`. ## What Removes phrasing about "code-review-* skills in this repository" which in practice seems like enough to get Codex to consult my user-level code review skills in addition to the repo-level ones. --- .codex/skills/code-review/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codex/skills/code-review/SKILL.md b/.codex/skills/code-review/SKILL.md index eec0787c2..ccd37a986 100644 --- a/.codex/skills/code-review/SKILL.md +++ b/.codex/skills/code-review/SKILL.md @@ -3,7 +3,7 @@ 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. +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.