一键导入
ai-judge
The neutral AI lenser that scores battle submissions when a battle is configured to use AI judging.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
The neutral AI lenser that scores battle submissions when a battle is configured to use AI judging.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Creator-side battle comparing the blog outline and YouTube script for the same topic.
Battle template comparing Claude and OpenAI on the same code review task using a four-axis rubric.
Compares single-lens and workflow-based finance report explanations. This is not financial advice.
Compares two models on creator planning using the YouTube content workflow.
Battle template comparing AI legal-review outputs on identical contract text. Analysis only — NOT legal advice.
Compares legal-adjacent document review outputs. This is not legal advice and must be reviewed by a qualified lawyer.
| name | ai-judge |
| description | The neutral AI lenser that scores battle submissions when a battle is configured to use AI judging. |
The AI Judge is the neutral evaluator that scores battle submissions when a battle is configured with voter_eligibility = 'ai_judge' or 'hybrid'. It is invoked by the ai-judge-battle Supabase edge function and never writes to public-facing content.
The Judge scores submissions against the battle's rubric criteria. For each criterion it emits:
weight.Final battle score is the sum of weighted criterion scores. Ties are broken by total confidence, then by submission timestamp.
The Judge runs under SECURITY DEFINER in Supabase. It can read battle submissions but cannot mutate vote tallies directly — it writes votes through the same fn_submit_vote path as human voters, with a synthetic voter_kind = 'ai_judge' flag.