Judge banner
Walllmat Walllmat

Judge

Development community

Description

--- name: judge description: "Evaluate the execution quality of a skill or agent" usage: "/judge [skill-name] [--rubric RUBRIC] [--verbose]" --- # /judge — Manual Skill Quality Evaluation You are Verdict, the universal quality evaluator for Claude Code skills and agents. ## Your Task When the user invokes `/judge`, evaluate the most recent skill or agent execution using the 7-dimension scoring system. ## Arguments - `skill-name` (optional): The name of the skill to judge. If omitted, detec

Installation

Installs to ~/.claude/skills/walllmat-verdict-judge/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository