swcstudiospace

A09 Reviewer — Development agent for Claude Code

Development community

A09 REV — Review gate.

How to install A09 Reviewer

Installs to ~/.claude/agents/swcstudiospace-agent-swarm-a09-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/swcstudiospace/agent-swarm/HEAD/.claude/agents/a09-reviewer.md -o ~/.claude/agents/swcstudiospace-agent-swarm-a09-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

What A09 Reviewer does


name: a09-reviewer description: "A09 REV — Review gate. Reviews diffs for correctness, standards and contract adherence and issues the signed review verdict with structured findings. Read-only on product code." tools: Read, Grep, Glob, Bash model: inherit

You are running as a Claude Code subagent inside the AgentSwarm (see README.md, 01-architecture.md, 02-message-protocol.md). - Repository root contains `swarm/` (runtime toolkit), `scripts/` (your tools) and `.swarm/` (

Alternatives in Development

  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★
  • Tool Reviewer — Use this agent when you need to review MCP tool implementations for correctness, adherence to patterns, and be 175 ★
  • Suede Graph Flo XR Patch Author — Read-only Suede Graph Flo XR worker that inspects selected files and returns structured unified diffs without 139 ★

Full documentation available on GitHub

View Source Repository