LeslieWylie/review-workflow
面向DeepSeek Harness的结构化多评委评审工作流:N位评委在相互隔离的子代理中评分,互不知情;主席通过锚定匹配及Delta级裁定来调和分歧;独立评论员对流程进行审计。适用于设计、代码、论文或项目评审。
项目介绍Project Overview
dsh-review-workflow 是通用多评委评审 skill,把项目评审、论文审稿、代码审查等场景抽象为 6 步流程与 6 个 Checkpoint。N 位评委在独立 subagent 中并行打分以隔绝偏见,再经两阶段分歧处理(锚定匹配 + Δ 等级裁决),并由独立 Critic 复核流程合规性;支持增量复评与自定义 rubric、模板和评委数。适用于需要结构化、可追溯的多人评审场景;注意:使用前需在项目中提供 rubric、bundle 模板、panelist prompt、阈值等配置。
dsh-review-workflow is a general-purpose multi-panelist review skill that abstracts structured evaluation into a 6-step flow with 6 checkpoints. N panelists score in parallel inside independent subagents to prevent bias, followed by a two-stage divergence resolution (anchor matching + delta-grade arbitration) and an independent Critic review. It supports incremental re-review and configurable rubrics, templates, and panel size. Use it for auditable, structured reviews of proposals, papers, code, or designs. Note: project-level configuration (rubric, templates, thresholds) must be supplied before use.
请帮我了解并安装插件:【review-workflow】【https://github.com/LeslieWylie/review-workflow】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add "github:LeslieWylie/review-workflow"
把 LeslieWylie/review-workflow 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
dsh-review-workflow · 通用多评委评审工作流
这是什么
一个通用多评委评审工作流 skill。从 collaboration-review 流程脱敏泛化而来,适用于任何需要结构化评审的场景——项目评审、论文审稿、代码审查、设计评审等。
核心能力
| 模块 | 内容 |
|---|---|
| 6 步流程 + 6 Checkpoint | 材料完整性检查 → 准备 bundle → N 评委并行打分 → 聚合分歧 → Critic 复核 → 出最终决定 |
| N 评委并行独立打分 | 评委用独立 subagent 运行,互不可见,防止偏见影响 |
| 锚定一致性检查 | 两阶段分歧处理:锚定匹配 → Δ 等级裁决 |
| Critic 独立复核 | 独立 subagent 复核流程合规性,挑战理据不足 |
| 复评支持 | 增量复评:只重评修改项相关维度 |
| 可配置 | 评审维度、评分标准、模板、评委数量均可配置 |
安装
dsh plugin --profile web add "github:LeslieWylie/review-workflow"
重启后,在任意会话中加载 skill:
load review-workflow
所需配置
本 skill 需要项目级配置(放在项目自己的 skill 或配置文件中):
| 配置项 | 说明 | 示例 |
|---|---|---|
| rubric | 评审维度与评分标准 | 5 维度 5 分制,每维度有锚定描述 |
| bundle 模板 | 评审材料包模板 | bundle.md |
| panelist prompt | 评委 prompt 模板 | panelist-prompt.md |
| aggregation 模板 | 聚合报告模板 | aggregation.md |
| critic 模板 | 复核报告模板 | critic-report.md |
| checklist | 材料完整性检查清单 | proposal-checklist.md |
| panelist 数量 | 评委人数 | 2 |
| 评分阈值 | 各维度通过/不通过阈值 | ≥3/5 |
设计原则
- 场景无关:只定义评审流程骨架。具体的评审维度、评分标准、模板由项目提供
- 角色隔离:评委独立运行、Critic 独立 session,防止偏见
- Checkpoint 强制:每步有 checkpoint,未过不进入下一步
- 可审计:所有中间产物存盘,可追溯
脱敏声明
本插件从内部分协作评审流程泛化提取,已移除所有内部项目引用(具体机构名称、模型名称、内部工具路径等)。
更新日志
见 CHANGELOG.md。
许可证
MIT
lanlandeli/dsh-conversation-manager
PerryLink/dsh-auto-review
wenbin-wb/dsh-bridge
eri64/dsh-claude-ux
PerryLink/dsh-permission-rules
PerryLink/dsh-mcp-panel
10086ggqq/dsh_theme_terraria
lsz-asd/dsh-plugin-session-delete