codex-review
FeaturedGet an independent cross-model code review from OpenAI Codex (a different vendor's model) on the current review scope: branch diff plus staged, unstaged, and untracked working tree changes. A different training distribution has non-overlapping blind spots, so Codex catches spec ambiguity, missing edge cases, and fake tests that Claude's self-review cannot see. Use before merging, after a tricky change, or for a debug second opinion. Triggers: 'codex review', 'second opinion', 'cross review', 'outside voice', '让 codex 审', '找外部意见', '二审'.
Install
Quality Score: 92/100
Skill Content
Details
- Author
- Ancienttwo
- Repository
- Ancienttwo/repo-harness
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
claude-review
Get an independent cross-model code review from Anthropic Claude (a different vendor's model) on the current review scope: branch diff plus staged, unstaged, and untracked working tree changes, from inside a non-Claude host such as Codex. A different training distribution has non-overlapping blind spots, so Claude catches spec ambiguity, missing edge cases, and fake tests that Codex's self-review cannot see. Use before merging, after a tricky change, or for a debug second opinion. Triggers: "claude review", "second opinion", "ask claude", "outside voice", "让 claude 审", "找外部意见", "二审".
codex
OpenAI Codex CLI wrapper — three modes. Code review: independent diff review via codex review with pass/fail gate. Challenge: adversarial mode that tries to break your code. Consult: ask codex anything with session continuity for follow-ups. The second-opinion reviewer from a completely different AI model.
codex-check
One-shot Codex review of the current diff — a single round, no debate loop. Claude triages the findings, fixes the real ones, and recommends escalating to /codex-debate if a major finding stands. Use for routine changes on proven patterns, small diffs, config/docs edits, or a quick second opinion where a full debate is too heavy.