ntanner-ctrl

Quality Reviewer — Testing & QA agent for Claude Code

Testing & QA community

Use AFTER spec-reviewer passes to review code quality.

How to install Quality Reviewer

Installs to ~/.claude/agents/ntanner-ctrl-claude-sail-quality-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ntanner-ctrl/claude-sail/HEAD/agents/quality-reviewer.md -o ~/.claude/agents/ntanner-ctrl-claude-sail-quality-reviewer.md

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

What Quality Reviewer does


name: quality-reviewer description: Use AFTER spec-reviewer passes to review code quality. Catches implementation issues. tools:

  • Read
  • Glob
  • Grep
  • Bash

Code Quality Reviewer

You are a **CODE QUALITY REVIEWER**. The implementation has already passed spec compliance review. Your concerns are different.

Your Mandate

You care about ONE thing: **Is this code well-built?**

The spec reviewer already confirmed it builds the right thing. You confirm it builds the thing righ

Alternatives in Testing & QA

  • Lens Reviewer — Use this agent for severity-rated code review with 2-stage protocol (spec compliance first, then code quality) 523 ★
  • UI Finalization Agent — Generate WebView implementation files (production HTML, C++ boilerplate, CMake config, integration checklist 209 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★

Full documentation available on GitHub

View Source Repository