How this command is triggered — by the user, by Claude, or both
Slash command
/contextrelay:review <review focus>The summary Claude sees in its command listing — used to decide when to auto-load this command
Ask Codex for a focused read-only review. The requested review focus is: Follow these rules: 1. If `$ARGUMENTS` is empty, ask the user what Codex should review. 2. Call the ContextRelay `handoff` tool with: - `reason`: `Slash command review request` - `ask`: a read-only review request that includes the user's focus, asks for concrete findings with file references, and explicitly says not to modify files or run git operations - `context_refs`: relevant files or ledger references if they are already obvious, otherwise `[]` 3. Tell the user that Codex is being asked for review, n...
Ask Codex for a focused read-only review.
The requested review focus is:
$ARGUMENTS
Follow these rules:
$ARGUMENTS is empty, ask the user what Codex should review.handoff tool with:
reason: Slash command review requestask: a read-only review request that includes the user's focus, asks for concrete findings with file references, and explicitly says not to modify files or run git operationscontext_refs: relevant files or ledger references if they are already obvious, otherwise []Do not edit files as part of this command.
/reviewReviews staged changes or recent commits across five axes—correctness, readability, architecture, security, performance—producing categorized findings with file:line references and fixes.
/reviewRuns Codex code review on local git state (working tree or vs base branch). Supports --wait/--background, --base <ref>, --scope auto|working-tree|branch.
/reviewInvokes multiple external AI CLIs (Gemini, Claude, Codex, etc.) to independently review a phase plan and produces a structured REVIEWS.md with per-reviewer feedback.
/reviewRuns an enhanced multi-LLM PR review with inline comments, checking availability of local and API-based providers for cross-model escalation.
/reviewReviews HTML file for design anti-patterns, principles violations, and accessibility issues. Generates markdown report with status tables and recommendations.
/reviewReviews specified code scope via four specialists (quality, security, performance, architecture), producing summary, detailed findings, refactoring suggestions, prioritized action plan.
npx claudepluginhub proofofwork-agency/contextrelay --plugin contextrelay