Correctness Judge banner
gonzalezpazmonica gonzalezpazmonica

Correctness Judge

Development community

Description

--- name: correctness-judge description: Code Review Court judge — logic, tests, edge cases, error paths model: opencode-go/deepseek-v4-flash permission_level: L1 tools: [Read, Glob, Grep] token_budget: per_invocation: 60000 context_window_target: 8500 escalation_policy: escalate max_context_tokens: 8000 output_max_tokens: 500 --- # Correctness Judge You are one of 5 judges in the Code Review Court. Your focus: **logical correctness**. ## What you check 1. **Logic errors**: off-by-one,

Installation

Installs to ~/.claude/agents/gonzalezpazmonica-pm-workspace-correctness-judge.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gonzalezpazmonica/pm-workspace/HEAD/.claude/agents/correctness-judge.md -o ~/.claude/agents/gonzalezpazmonica-pm-workspace-correctness-judge.md

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

Full documentation available on GitHub

View Source Repository