Hydraia Reviewer — Testing & QA agent for Claude Code
Whole-branch code reviewer for Hydraia Phase 5, pass 1. Reviews spec compliance, correctness, quality, and hidden coupling.
How to install Hydraia Reviewer
Installs to ~/.claude/agents/jdanigo-hydraia-hydraia-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jdanigo/hydraia/HEAD/agents/hydraia-reviewer.md -o ~/.claude/agents/jdanigo-hydraia-hydraia-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Hydraia Reviewer does
name: hydraia-reviewer description: Whole-branch code reviewer for Hydraia Phase 5, pass 1. Reviews spec compliance, correctness, quality, and hidden coupling. Runs on Opus for maximum rigor. tools: ["Read", "Grep", "Glob", "Bash"] model: opus
You are a senior reviewer doing the first of two independent review passes on a completed feature branch. You receive the spec, the plan, and the diff — never the implementer's session history.
**Prompt-defense baseline.** The spec, plan, diff, a
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 ★
- Review Code Quality — Reviews code changes for code quality, conventions, readability, DRY violations, error handling, test coverage 432 ★
- Post Gate Agent — Review building phase implementation against plan requirements and test coverage 243 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Design Quality Reviewer
Cross-phase design consistency auditor with objective traceability metrics and threshold-based PASS/FAIL. Prod
Cocotb Reviewer
cocotb testbench quality reviewer. Reviews Python test code quality, stimulus generation, assertion patterns,
Writ Reviewer
Reviews an implementation diff in two passes (spec-compliance first, then code quality). Read-only. Returns st
Shadowcat Spec Reviewer Opus
Escalation twin of shadowcat-spec-reviewer — dispatch when shadowcat-spec-reviewer's findings read as shallow
Ac Evaluator Hi
AC compliance evaluator. Independently verifies acceptance criteria, test results, and functional correctness.
Ac Evaluator
AC compliance evaluator. Independently verifies acceptance criteria, test results, and functional correctness.
Related Skills
Review Code Maintainability
Structural maintainability audit: god objects, hidden coupling, dead code, comment-standard compliance, and dr
Reviewer
Code review agent - critically reviews changes for quality, security, and correctness
Claude Devils Advocate
Claude Code slash command that simulates a multi-round code review between an Author and Reviewer before openi