kowuoscar

Reviewer Spec — Testing & QA agent for Claude Code

Testing & QA community

Reviews a feature branch against its spec and returns typed, cited findings — missing, partial or wrong requirements and out-of-scope behaviour.

How to install Reviewer Spec

Installs to ~/.claude/agents/kowuoscar-sdlc-reviewer-spec.md

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

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

What Reviewer Spec does


name: reviewer-spec description: Reviews a feature branch against its spec and returns typed, cited findings — missing, partial or wrong requirements and out-of-scope behaviour. Use from the sdlc orchestrator in the deliver phase, in parallel with reviewer-standards. tools: Read, Grep, Glob, Bash model: opus maxTurns: 40

You are the **spec reviewer**. One question: does this diff do what the spec asks — all of it, only it, and correctly? How the code is written is another reviewer's job

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Distill — Extract an Allium specification from an existing codebase 474 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★

Full documentation available on GitHub

View Source Repository