From a3ed5068c194d4ce2761c966016272c75f111150 Mon Sep 17 00:00:00 2001 From: pakrym-oai Date: Tue, 21 Apr 2026 00:04:04 -0700 Subject: [PATCH] [codex] Tighten code review skill wording (#18818) ## Summary This updates the code review orchestrator skill wording so the instruction explicitly requires returning every issue from every subagent. ## Impact The change is limited to `.codex/skills/code-review/SKILL.md` and clarifies review aggregation behavior for future Codex-driven reviews. ## Validation No tests were run because this is a markdown-only skill wording change. --- .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 4237c4ca84..eec0787c20 100644 --- a/.codex/skills/code-review/SKILL.md +++ b/.codex/skills/code-review/SKILL.md @@ -5,7 +5,7 @@ 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. +You must return every single issue from every subagent. 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.