Judge Config banner
Walllmat Walllmat

Judge Config

Development community

Description

--- name: judge-config description: "View and manage Verdict auto-judge configuration" usage: "/judge-config [subcommand] [args]" --- # /judge-config — Manage Auto-Judge Settings View and modify the Verdict configuration. ## Subcommands - `/judge-config` — View current configuration (pretty-printed) - `/judge-config add-always SKILL` — Add a skill to the auto-judge "always" list - `/judge-config add-never SKILL` — Add a skill to the auto-judge "never" list - `/judge-config remove SKILL` — Re

Installation

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

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

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

Full documentation available on GitHub

View Source Repository