From d35f379d274b986de8a06fe07f85b2a3c91571ce Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Wed, 8 Jul 2026 23:08:49 -0700 Subject: [PATCH] skills: make code-review more adversarial --- .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 ccd37a9868..ed7e41579f 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 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. Don't fork any turns -- blank slate for each subagent. You must return every single issue from every subagent. You can return an unlimited number of findings. Use raw Markdown to report findings.