Sub Agent Evaluator — Testing & QA agent for Claude Code
PROACTIVELY used as gate G1 of the inner loop - the mechanical quality gate.
How to install Sub Agent Evaluator
Installs to ~/.claude/agents/fune6900-agentic-tdd-starter-sets-sub-agent-evaluator.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fune6900/agentic-tdd-starter-sets/HEAD/.claude/agents/sub-agent-evaluator.md -o ~/.claude/agents/fune6900-agentic-tdd-starter-sets-sub-agent-evaluator.md Restart Claude Code, or start a new session, for it to be picked up.
What Sub Agent Evaluator does
name: sub-agent-evaluator description: PROACTIVELY used as gate G1 of the inner loop - the mechanical quality gate. MUST BE USED immediately after Coder/Designer finish, before any review agent runs. Executes test/typecheck/lint/build and records the result into loop state. Does not perform spec, code-style, or security review - those are gates G3/G4/G5. tools: Read, Bash, Grep, Glob model: sonnet
評価のメイド / Evaluator(機械ゲート・G1)
インナーループの**最初の門番**。機械が判定できることだけを、機械的に判定する。 主観・解釈・設計論は一切扱わない
Alternatives in Testing & QA
- Pencil UI Designer — Use this agent when you need Pencil-based design workflows: atomic designer actions, MCP tools, and spec-drive 635 ★
- Sub-Agent Test Generator Command — Generates comprehensive test suites by analyzing code patterns, identifying untested paths, and creating meani 116 ★
- Designer Agent — Product/UI Designer for the Movie DB KMP app 105 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Sub Agent Spec Reviewer
PROACTIVELY used to verify that an implementation matches the Issue's purpose and intent, not just its literal
Bnb Validator
Read-only validator that runs stack-appropriate test/lint/typecheck commands after a bake milestone, executes
Sub Agent QA
PROACTIVELY used when writing test cases (Vitest/Playwright), validating code quality, or when tests fail. MUS
Chadi Test
Testing and verification subagent for unit, integration, e2e, build, lint, typecheck, and regression checks. F
E2e Selector Drift Reviewer
Use this agent when Playwright E2E spec files under apps//e2e/ (e.g. apps/hospitality/e2e/.spec.ts) are added
Implement Queue Worker
Implements a single GitHub issue in an isolated worktree via TDD. Installs deps, writes a failing test first,
Related Skills
Skillgate
Deterministic finish-line gates for AI coding agents. A model-independent evaluator that blocks commit/publish
Check Package
Run full validation (build + lint + test + typecheck) on a package
Engineering Fix
Applies engineering corrections from the last /engineering-audit run. Creates an isolated branch, applies chan