什麼是 judge?
使用源自 KLS 品質架構的三維評分標準(語意、實用、句法)評估代理任務輸出。在以下情況下使用:(1) 任務已完成並且需要在驗收前進行品質評估,(2) 需要自動任務後品質檢查,(3) 代理輸出需要多模型共識判決,(4) 必須使用結構化 JSON 判決對文件、程式碼或規格品質進行評分,或 (5) 在模型不一致後需要人工決策。產生與 Automation/judge/ 中的判決模式相容的 JSONL 判決記錄。 來源:terraphim/terraphim-skills。
使用源自 KLS 品質架構的三維評分標準(語意、實用、句法)評估代理任務輸出。在以下情況下使用:(1) 任務已完成並且需要在驗收前進行品質評估,(2) 需要自動任務後品質檢查,(3) 代理輸出需要多模型共識判決,(4) 必須使用結構化 JSON 判決對文件、程式碼或規格品質進行評分,或 (5) 在模型不一致後需要人工決策。產生與 Automation/judge/ 中的判決模式相容的 JSONL 判決記錄。
透過命令列快速安裝 judge AI 技能到你的開發環境
來源:terraphim/terraphim-skills。
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使用源自 KLS 品質架構的三維評分標準(語意、實用、句法)評估代理任務輸出。在以下情況下使用:(1) 任務已完成並且需要在驗收前進行品質評估,(2) 需要自動任務後品質檢查,(3) 代理輸出需要多模型共識判決,(4) 必須使用結構化 JSON 判決對文件、程式碼或規格品質進行評分,或 (5) 在模型不一致後需要人工決策。產生與 Automation/judge/ 中的判決模式相容的 JSONL 判決記錄。 來源:terraphim/terraphim-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/terraphim/terraphim-skills --skill judge 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/terraphim/terraphim-skills