← ClaudeAtlas

relay-reviewlisted

Use when a recovered Relay run has an exact local Git or PR head and verification proof ready for independent review.
sungjunlee/dev-relay · ★ 0 · Code & Development · score 76
Install: claude install-skill sungjunlee/dev-relay
# Relay Review ## Use when - `relay-recover inspect` derives the single lifecycle action `review`. - For local delivery, fresh clean Git `HEAD`/tree and the latest passed verification bind to the same commit; no PR or forge observation is required. - For GitHub delivery, the durable PR fact, live PR head, passed verification, and frozen Done Criteria all bind to the same commit. - An independent primary reviewer should produce the next blocking lifecycle fact. The selected route is inherited from the immutable run evidence. Local review does not fetch, call `gh`, or require forge credentials. GitHub review requires the exact live PR observation plus the reviewer's ordinary ambient CLI authentication and network availability. Do not use this skill to plan work, dispatch an executor, repair publication, or merge. Use `relay-plan`, `relay-dispatch`, `relay-recover`, or `relay-merge` respectively. ## Run ```bash node skills/relay-review/scripts/review-runner.js \ --repo . \ --run-id <run-id> \ --json ``` Optional inputs are `--model <opaque-model>` and `--timeout <seconds>`. CLI authentication and HOME/XDG configuration remain ambient; credential selector flags are unknown. `--reviewer` may only repeat the immutable `run.json` reviewer binding; Relay does not implement mutable reviewer swaps or routing precedence. Supported primary-review bindings are Codex, Claude, OpenCode, Pi, Antigravity, and Cursor. Cline remains dispatch-only because it has no registered struc