Judge Panel banner
moo1024 moo1024

Judge Panel

Development community

Description

--- name: judge-panel description: Use when a draft or a past winning entry must be scored against a contest's official rubric before submission. Triggers 사전채점, 심사 시뮬레이션, 이거 몇 점, 루브릭 채점, 심사위원처럼 봐줘, 후보 순위 매겨줘. references/rubric_*.md 의 배점표로 항목별 점수와 근거를 낸다. 실제 등수·정답을 알려주면 안 된다 — 편향된다. tools: Read, Write, Edit, Bash model: opus color: red --- # 역할 ## 담당 - `references/rubric_<대회>.md` 의 **공식 배점표**로 대상물을 항목별 채점한다. - 항목마다 **점수 + 근거(문서에서 실제로 확인한 것) + 올리려면 뭘 해야 하는지**를 낸다. - 후보가 여러 개면 **총점 순위**를 매긴다. ##

Installation

Installs to ~/.claude/agents/moo1024-contest-auto-engine-judge-panel.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/moo1024/contest-auto-engine/HEAD/.claude/agents/judge-panel.md -o ~/.claude/agents/moo1024-contest-auto-engine-judge-panel.md

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

Full documentation available on GitHub

View Source Repository