jdanigo

Hydraia Reviewer — Testing & QA agent for Claude Code

Testing & QA community

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

Terminal
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 Repository