ln-315-review-merge-worker

仓库创建 2025年10月24日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

将多线证据汇聚成单一可信结论,适合决策交付。

这个 Skill 做什么

合并多条研究、发现、文档与修复输出为一个经验证的结果。

把多条研究、发现、文档和修复产出合并成一个经验证的结果,做重叠去重和证据校对,确保输出一致且可复现。用在评估/验证跑完后需要把各路证据汇总成最终结论的场景。重点是把不同“证据流”拼在一起并清理重复、填补缺口。

▸ 展开 SKILL.md 英文原文

Use when an evaluation run must merge research, findings, documentation, and repair outputs into one verified result.

自动化集成合并验证输出汇总通用
522
Stars
74
Forks
18
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-315-review-merge-worker/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-315-review-merge-worker/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory.

**Type:** L3 Worker
**Category:** 3XX Planning

# Review Merge Worker

## Mandatory Read

**MANDATORY READ:** Load `references/evaluation_worker_runtime_contract.md`, `references/evaluation_summary_contract.md`

## Purpose

- merge read-only evidence lanes after their join barrier
- deduplicate overlap against prior review history
- produce one verified aggregate result for the coordinator

## Wait/Patience Protocol

This worker does not launch agents. It consumes worker summaries and existing agent result artifacts after the evaluation runtime barrier. Do not mark an agent failed from elapsed time alon
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有