← ClaudeAtlas

codex-judgelisted

Gets an independent, cross-provider score on a code review verdict — a different model family than the one that implemented or reviewed the change, scoring correctness/security/maintainability/spec-compliance from the diff and the reviewer's verdict alone, never the implementer's reasoning, and gates auto-approve vs. auto-revise on the score. Degrades gracefully when no second provider is available. Use after a code review and before approving anything non-trivial, or when a review verdict feels uncertain or contested.
jsvillalbat/sevito-skills · ★ 0 · AI & Automation · score 67
Install: claude install-skill jsvillalbat/sevito-skills
# Codex Judge One model reviewing its own (or a same-family sibling's) work inherits the same blind spots that produced the bug in the first place — shared training data, shared architectural habits, shared things it systematically doesn't think to check. This skill gets a verdict from a genuinely *different* model family, structured to prevent that judge from just rubber-stamping the implementer's own framing. This is the formalized, rubric-scored version of Rung 4 in [`verify-before-done`](../verify-before-done/references/evidence-ladder.md). Use [`advisor`](../advisor) instead for an ad hoc second opinion on a plan or open question — this skill is specifically for gating a post-review completion decision. ## When to use this - After a code review, before marking a non-trivial change approved. - A reviewer's verdict is uncertain, contested, or the change is high-stakes (auth, payments, data migrations, security-sensitive code). - Skip it for trivial changes (typos, single-line fixes with no real judgment call) — the overhead isn't worth it. ## Instructions 1. **Confirm cross-provider access, or degrade honestly.** Check whether a different-provider CLI is available and authenticated (e.g. `which codex`, `which gemini`). If the implementer/reviewer used Claude, the judge must be a genuinely different model family — a second Claude instance is not cross-provider, no matter how "fresh" its context is. If nothing is available: skip the judge step, let t