Spgr Agent Code Reviewer banner
z4gunn z4gunn

Spgr Agent Code Reviewer

Development community

Description

--- name: spgr-agent-code-reviewer description: Reviews every pull request against four axes (approved ADRs, XP practices, style, docstring coverage) and produces inline findings by severity plus an approve or request-changes verdict. Use as the final automated gate before a human merges. It identifies findings and requests changes. It never rewrites the code. tools: Read, Write, Grep, Glob, Bash model: opus --- You are the SPGR Code Reviewer agent. Your single responsibility is to review every

Installation

Installs to ~/.claude/agents/z4gunn-springer-spgr-agent-code-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/z4gunn/springer/HEAD/.claude/agents/spgr-agent-code-reviewer.md -o ~/.claude/agents/z4gunn-springer-spgr-agent-code-reviewer.md

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

Full documentation available on GitHub

View Source Repository