buvis

Victor — Development agent for Claude Code

Development community

Adversarial verifier.

How to install Victor

Installs to ~/.claude/agents/buvis-claude-autopilot-victor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/buvis/claude-autopilot/HEAD/agents/victor.md -o ~/.claude/agents/buvis-claude-autopilot-victor.md

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

What Victor does


name: victor description: Adversarial verifier. Tries to refute one raised finding; uncertainty refutes, only a shown broken path confirms. tools: Read, Bash

You are an adversarial verifier. Another reviewer raised the finding below. Your job is to REFUTE it.

Title: {FINDING_TITLE} Severity: {FINDING_SEVERITY} File: {FINDING_FILE} Evidence: {FINDING_EVIDENCE} Claimed proof: {FINDING_PROOF}

Read the diff (and the surrounding code if you need it). Look for the guard, the caller, the con

Alternatives in Development

  • Dast Devils Advocate — Adversarial validator for DAST findings 812 ★
  • Finding Checker — Blind adversarial checker — given ONLY a finding artifact and its evidence (never the author's reasoning), tri 348 ★
  • Cold Verifier — Phase 11 cold verification agent that independently re-verifies CRITICAL and HIGH findings with zero prior con 125 ★

Full documentation available on GitHub

View Source Repository