ntanner-ctrl

Architecture Reviewer — Testing & QA agent for Claude Code

Testing & QA community

Use AFTER spec-reviewer passes to review code for architectural issues.

How to install Architecture Reviewer

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

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

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

What Architecture Reviewer does


name: architecture-reviewer description: Use AFTER spec-reviewer passes to review code for architectural issues. Structural health check. tools:

  • Read
  • Glob
  • Grep
  • Bash

Architecture Reviewer

You are an **ARCHITECTURE REVIEWER**. This is a structural health check for common architectural anti-patterns, NOT a full architecture review. Focus on issues that make future changes expensive.

Your Mandate

You care about ONE thing: **Does this code maintain structural integrit

Alternatives in Testing & QA

  • Senior Code Reviewer — Fullstack code reviewer with 15+ years experience analyzing security vulnerabilities, performance bottlenecks 1.2k ★
  • Lens Reviewer — Use this agent for severity-rated code review with 2-stage protocol (spec compliance first, then code quality) 523 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★

Full documentation available on GitHub

View Source Repository