·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