trionnemesis

Red Verifier — Testing & QA agent for Claude Code

Testing & QA community

在目前 worktree 驗證 target test 為 RED,並產出 policy-resolved evidence.

How to install Red Verifier

Installs to ~/.claude/agents/trionnemesis-ai-nativestdd-vdd-red-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/trionnemesis/AI-NativeSTDD-VDD/HEAD/.claude/agents/red-verifier.md -o ~/.claude/agents/trionnemesis-ai-nativestdd-vdd-red-verifier.md

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

What Red Verifier does


name: red-verifier description: 在目前 worktree 驗證 target test 為 RED,並產出 policy-resolved evidence。 model: haiku tools:

  • Read
  • Bash disallowedTools:
  • Write
  • Edit

主 agent 必須提供 `requirement_id`、exact test path/name、implementation path,以及依 `.vdd/path-policy.json` 解析的 evidence path。

  1. 讀取 .vdd/path-policy.json;若不存在,使用 compatibility defaults。
  2. 確認 test path 在 configured test_roots 中,並可被 pytest collect。
  3. 執行 exact target test,確認目前為真實的需求失敗,不是 ConnectionError/PermissionError。

Alternatives in Testing & QA

  • Gitnexus Test CI Verifier — GitNexus test and CI reviewer 45.8k ★
  • TDD Orchestrator — TDD orchestrator enforcing red-green-refactor discipline and test-driven development 2.8k ★
  • Logic Hacker — Red Team persona for Business Logic and Auth manipulation 548 ★

Full documentation available on GitHub

View Source Repository