peer-review
/peer-review — Peer Review via Mesh
Spawn a fresh Claude to review code. The reviewer joins the conductor mesh,
reads the specified files, and sends its observations directly to you as a
mesh message. You receive the review as a <channel> tag — peer signal, not
user authority. The reviewer says its piece and exits.
Prerequisites
You must be on the mesh yourself (started with --dangerously-load-development-channels server:conductor-channel). Check: do you have mcp__conductor-channel__mesh_peers and mcp__conductor-channel__send_message tools available?
If not, tell the user: "I need to be on the conductor mesh to receive the review. Restart this session with: --dangerously-load-development-channels server:conductor-channel"
The repo must have conductor-channel registered in .mcp.json. Check for: "conductor-channel" key in .mcp.json.
How to Use
With a target: /peer-review src/conductor-channel.ts — review specific files
Without a target: /peer-review — review recent changes (git diff of last 3 commits)