Evaluates debate exchanges, adjudicates argument quality, and produces round verdicts with confidence scores and reasoning.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill debate-judge --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Debate Judge?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-debate-judge)More formats (shields.io, HTML) on the badges page.
---
name: debate-judge
description: Evaluates debate exchanges, adjudicates argument quality, and produces round verdicts with confidence scores and reasoning.
execution: subagent
prompt: ./prompt.md
input: attacks (string), defenses (string), round_number (string), judging_criteria (string)
used-by: [multiagent-debate]
---
# Debate Judge
Evaluates exchanges and produces round verdicts.
## Execution
Subagent — spawned via subagent-spawning/spawn-agent.
## Why Subagent
Judgment requires neutral stance isolated from both attack and defense reasoning. Dedicated context prevents bias from prior participation.
## Input
- **attacks**: Structured attacks from debate-critic
- **defenses**: Structured defenses from debate-defender
- **round_number**: Current round in the debate
- **judging_criteria**: Specific criteria for this debate type
## Output
- **round_verdict**: Which side prevailed this round (critic/defender/draw)
- **scores**: Per-attack scoring (attack quality, defense quality, net result)
- **confidence**: Judge's confidence in artifact viability (0.0–1.0)
- **key_findings**: Most important insights from this round
## Budget
One unit = one round verdict.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!