·judge

使用源自 KLS 品質架構的三維評分標準(語意、實用、句法)評估代理任務輸出。在以下情況下使用:(1) 任務已完成並且需要在驗收前進行品質評估,(2) 需要自動任務後品質檢查,(3) 代理輸出需要多模型共識判決,(4) 必須使用結構化 JSON 判決對文件、程式碼或規格品質進行評分,或 (5) 在模型不一致後需要人工決策。產生與 Automation/judge/ 中的判決模式相容的 JSONL 判決記錄。

8安裝·0熱度·@terraphim

安裝

$npx skills add https://github.com/terraphim/terraphim-skills --skill judge

如何安裝 judge

透過命令列快速安裝 judge AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/terraphim/terraphim-skills --skill judge
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:terraphim/terraphim-skills。

SKILL.md

查看原文

Evaluate agent task outputs against a three-dimension rubric and produce structured verdict records. The judge operates as a quality gate at the task completion boundary, scoring outputs on Semantic accuracy, Pragmatic usefulness, and Syntactic consistency.

The rubric reuses three dimensions from the KLS (Krogstie-Lindland-Sindre) quality framework defined in disciplined-quality-evaluation:

| Semantic | Does it accurately represent the domain? | Factual correctness, domain terminology, no contradictions | | Pragmatic | Does it enable the intended decisions/actions? | Actionable, useful, addresses the task goal | | Syntactic | Is it internally consistent and well-structured? | Format compliance, structural completeness, no broken references |

使用源自 KLS 品質架構的三維評分標準(語意、實用、句法)評估代理任務輸出。在以下情況下使用:(1) 任務已完成並且需要在驗收前進行品質評估,(2) 需要自動任務後品質檢查,(3) 代理輸出需要多模型共識判決,(4) 必須使用結構化 JSON 判決對文件、程式碼或規格品質進行評分,或 (5) 在模型不一致後需要人工決策。產生與 Automation/judge/ 中的判決模式相容的 JSONL 判決記錄。 來源:terraphim/terraphim-skills。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/terraphim/terraphim-skills --skill judge
分類
</>開發工具
認證
收錄時間
2026-02-22
更新時間
2026-03-11

Browse more skills from terraphim/terraphim-skills

快速解答

什麼是 judge?

使用源自 KLS 品質架構的三維評分標準(語意、實用、句法)評估代理任務輸出。在以下情況下使用:(1) 任務已完成並且需要在驗收前進行品質評估,(2) 需要自動任務後品質檢查,(3) 代理輸出需要多模型共識判決,(4) 必須使用結構化 JSON 判決對文件、程式碼或規格品質進行評分,或 (5) 在模型不一致後需要人工決策。產生與 Automation/judge/ 中的判決模式相容的 JSONL 判決記錄。 來源:terraphim/terraphim-skills。

如何安裝 judge?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/terraphim/terraphim-skills --skill judge 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/terraphim/terraphim-skills