relay-review

Installation
SKILL.md

Relay Review

Independent PR review against the Done Criteria contract and scoring rubric. Use scripts/review-runner.js so round count, reviewer invocation, PR comments, and manifest transitions stay script-managed.

Context Isolation

Reviews MUST run in a fresh context — no prior planning, dispatch, or conversation history. This prevents planning bias from influencing the verdict.

Platform Mechanism How
Claude Code context: fork frontmatter Automatic — this SKILL.md's frontmatter triggers it
Codex (reviewer adapter) --ephemeral --sandbox read-only Automatic — invoke-reviewer-codex.js passes these flags
Claude (reviewer adapter) --bare --no-session-persistence Automatic — invoke-reviewer-claude.js passes these flags
Codex (manual inline review) Start a new session Manual — do not continue from the dispatch session
Other / Fallback Prefix prompt Prepend: "You are reviewing code you did NOT write. You have no context about why it was written this way."

Standard path: run review-runner.js --reviewer codex or --reviewer claude. In that path, isolation is already enforced by the adapter scripts. The manual "start a new session" rule applies only to inline reviews outside review-runner.

Setup: Establish the anchor

Related skills
Installs
16
First Seen
Apr 5, 2026