ワンクリックで
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.