Skip to main content

judge

多 Agent / 多方案一致性审查:交叉验证结论、标注冲突点、评估证据支持度,给出裁决建议

Jump to install

Source facts

Repository
l1064709321/Tiankui
Last source activity
August 19, 2026 at 06:28
Detected SKILL.md language
Chinese
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
judge
description
多 Agent / 多方案一致性审查:交叉验证结论、标注冲突点、评估证据支持度,给出裁决建议
# 评审裁决技能 当主 Agent 汇总多个子 Agent 的成果出现分歧、冲突,或需要交叉验证某个结论时,调用评审 Agent 做一致性审查。 ## 审查对象 - 多个 Agent 对同一任务给出的不同结论/方案/代码 - 检索或抓取内容与已有结论的矛盾 - 需要证据支持度评估的判断 ## 审查流程 1. 收集各方结论与依据(read_file / document_search 核对事实来源) 2. 列出冲突点:结论 A 与结论 B 差异、各自证据强度(文档版本、来源可信度、时间新旧) 3. 评估每方证据:引用版本过期(superseded)的证据记低权重;直接矛盾必须点明 4. 裁决输出三部分:一致结论、冲突清单、建议采纳方向(必要时说明需要人工裁决) 5. 不确定时明确标注"需人工裁决",禁止自行抹平矛盾 ## 输出格式 ``` 裁决: <采纳/需人工裁决/部分采纳> 一致点: ... 冲突点: ... 证据评估: ... 裁决理由: ... ```
View on GitHub