Fix Git Codex Review invocation#14737
Conversation
✅ clang-tidy: No findings on changed linesCompleted in 0.0s. |
Codex Code Review - OBSOLETESuperseded by a newer AI review. Expand to see the original review.🟡 Codex Code ReviewAuto-triggered after CI reached the early-review threshold — reviewing commit b0fe00d ❌ Codex review failed before producing findings. ℹ️ About this responseGenerated by Codex CLI. Limitations:
Commands:
|
Claude Code Review - OBSOLETESuperseded by a newer AI review. Expand to see the original review.✅ Claude Code ReviewAuto-triggered after CI reached the early-review threshold — reviewing commit b0fe00d SummaryClean, low-risk CI fix. The PR removes the High-severity findings (0): Full review (click to expand)Findings🔴 HIGHNone. 🟡 MEDIUMNone. 🟢 LOW / NITL1. Consistency confirmed —
|
| Context | Affected? | Notes |
|---|---|---|
| Automated PR review (Codex provider) | YES | Both auto-trigger and manual-trigger paths updated |
| Automated PR review (Claude provider) | NO | Claude paths use separate invocation |
| Query command path | NO | Already used codex exec without review |
| Recovery/partial review path | NO | Already used codex exec without review |
| Prompt construction | NO | /tmp/prompt.txt still contains title and diff |
Positive Observations
- The change makes the two divergent invocations consistent with the five other
codex execcalls in the same file. - The PR title and base SHA information is already embedded in the prompt text piped via stdin (
/tmp/prompt.txt), so removing the CLI flags does not lose any context. - Clean removal of now-unused environment variables avoids confusion for future maintainers.
ℹ️ About this response
Generated by Claude Code.
Review methodology: claude_md/code_review.md
Limitations:
- Claude may miss context from files not in the diff
- Large PRs may be truncated
- Always apply human judgment to AI suggestions
Commands:
/claude-review [context]— Request a code review/claude-query <question>— Ask about the PR or codebase
🟡 Codex Code ReviewAuto-triggered after CI passed — reviewing commit b0fe00d ❌ Codex review failed before producing findings. ℹ️ About this responseGenerated by Codex CLI. Limitations:
Commands:
|
✅ Claude Code ReviewAuto-triggered after CI passed — reviewing commit b0fe00d SummaryStraightforward CI fix that changes the Codex CLI invocation from No high-severity findings. Full review (click to expand)Findings🔴 HIGHNone. 🟡 MEDIUMNone. 🟢 LOW / NITL1. Stale
|
| Aspect | Assessment |
|---|---|
| Core DB code | Not affected |
| Public API | Not affected |
| Tests | Not affected |
| Build system | Not affected |
| CI workflow | Two Codex invocation sites updated consistently |
Positive Observations
- The change makes all Codex invocations consistent — query, review, and recovery all now use
codex execwithout thereviewsubcommand. - Clean removal of unused environment variables with no orphaned references.
- The diff is minimal and easy to verify.
ℹ️ About this response
Generated by Claude Code.
Review methodology: claude_md/code_review.md
Limitations:
- Claude may miss context from files not in the diff
- Large PRs may be truncated
- Always apply human judgment to AI suggestions
Commands:
/claude-review [context]— Request a code review/claude-query <question>— Ask about the PR or codebase
Test.