LeslieWylie/review-workflow ↗★ 1
review-workflow
通用多评委评审工作流:支持多评委独立打分、主审校准与复核,包含 6 步流程控制。
AI 分析
核心用途是构建严谨的多模型联合评审机制,对交付物进行多维度打分和合规检查。适合需要对 Agent 输出进行高质量把关的评估任务。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LeslieWylie/review-workflow说明文档
阅读完整 README ↗所需配置
本 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 |