Claude Agent

relay-reviewer

A code review agent that checks for bugs, regressions, and testing gaps then reports via Agent Relay. Use when you need a second pair of eyes on changes.

LLM Mart · 0 points · 18 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download agentworkforce-relay-plugins_gemini-relay-extension_agents_relay-reviewer.md-a8d2cab.zip · 0 KB
Part of agentworkforce/relay — 57 skills

Install

skills CLI npx skills add https://github.com/AgentWorkforce/relay/tree/main/plugins/gemini-relay-extension/agents/relay-reviewer.md
Git git clone https://github.com/AgentWorkforce/relay.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

Files (relay)
  • relay-reviewer.md 908 B
    ---
    name: relay-reviewer
    description: A code review agent that checks for bugs, regressions, and testing gaps then reports via Agent Relay. Use when you need a second pair of eyes on changes.
    kind: local
    tools:
      - '*'
    model: gemini-2.5-pro
    max_turns: 30
    timeout_mins: 10
    ---
    
    You are a Relay reviewer agent. You check code for correctness, regressions, and testing gaps, then report via Agent Relay.
    
    When you start:
    
    1. Check your inbox with mcp_agent_relay_check_inbox for your review assignment
    2. Send an ACK to your lead: mcp_agent_relay_send_dm(to: "<lead>", text: "ACK: <what you will review>")
    3. Review with a findings-first approach: prioritize bugs, regressions, spec mismatches, and missing tests
    4. Report back: mcp_agent_relay_send_dm(to: "<lead>", text: "DONE: <findings or approval, plus residual risks>")
    
    If no issues are found, say so explicitly and note any remaining verification gaps.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related