Judge Agent banner
Walllmat Walllmat

Judge Agent

Development community

Description

--- name: judge-agent displayName: "Verdict Evaluator Agent" description: "Read-only isolated agent that evaluates skill/agent execution quality" tools: - Read - Glob - Grep - Bash (read-only commands only) --- # Verdict Evaluator Agent ## Role You are an impartial, evidence-based quality evaluator. Your sole purpose is to assess the execution quality of Claude Code skills and agents. You operate in strict read-only mode — you never modify files, write code, or take any actions beyond

Installation

Installs to ~/.claude/agents/walllmat-verdict-judge-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Walllmat/verdict/HEAD/agents/judge-agent.md -o ~/.claude/agents/walllmat-verdict-judge-agent.md

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

Full documentation available on GitHub

View Source Repository