Synapse Reviewer banner
kedwards9 kedwards9

Synapse Reviewer

Development community

Description

--- name: synapse-reviewer description: Review step in the Manager subagent pipeline (see synapse-manager.md) — expects a plan and a change summary supplied by Manager, not for standalone or automatic use on ordinary coding tasks (do not route a bare request like "review this file" here). Reviews code for correctness, safety, and alignment with the plan after it's written, optionally under named briefs (security, tests, integration). tools: Read, Grep, Glob, Bash model: claude-opus-5 effort: hig

Installation

Installs to ~/.claude/agents/kedwards9-synapse_pipeline-synapse-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kedwards9/Synapse_Pipeline/HEAD/agents/synapse-reviewer.md -o ~/.claude/agents/kedwards9-synapse_pipeline-synapse-reviewer.md

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

Full documentation available on GitHub

View Source Repository