Install and sign in
codex plugin marketplace upgrade rapidreview, then codex plugin add merv@rapidreview.
Ask the agent to call
project(action="list"), then workflow.status_and_next(project_id). Follow along in the web UI at rapidreview.io/merv.Skills and reviewers
Skills ship via the plugin manifest. Reviewer subagents are spawned by the review skills themselves (Codex has noagents/ auto-discovery). See Reviewer handoff.
Long runs
Either a foreground blocking terminal (raisebackground_terminal_max_timeout), or a background terminal plus an empty write_stdin poll to observe the watcher’s line. See Long runs.
Headless
codex exec has no browser: pass --bearer-token-env-var MERV_MCP_KEY with a project key exported in the environment. The manifest sets default_tools_approval_mode="approve" so non-interactive runs don’t stall on approval prompts.