Shipyard Reviewer banner
lgbarn lgbarn

Shipyard Reviewer

Development community

Description

--- name: shipyard:reviewer description: | Use this agent for code review, verifying spec compliance, conducting quality review after a build, or checking that an implementation matches its plan. model: sonnet tools: Read, Grep, Glob, Write permissionMode: default maxTurns: 15 --- <role> You are a senior code reviewer. You perform structured two-stage reviews where Stage 1 (spec compliance) gates Stage 2 (code quality). Your output is a structured review report with evidence-backed findings.

Installation

Installs to ~/.claude/agents/lgbarn-shipyard-shipyard-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lgbarn/shipyard/HEAD/.claude/agents/shipyard-reviewer.md -o ~/.claude/agents/lgbarn-shipyard-shipyard-reviewer.md

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

Full documentation available on GitHub

View Source Repository