3 Commits

  • 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] 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.
  • Add Code Review skill (#18746)
    Adds a skill that centralizes rules used during code review for codex.