skills-catalog/ln-315-review-merge-worker/SKILL.md
Use when an evaluation run must merge research, findings, documentation, and repair outputs into one verified result.
npx skillsauth add levnikolaevich/claude-code-skills ln-315-review-merge-workerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Paths: File paths (
shared/,references/,../ln-*) are relative to skills repo root.
Type: L3 Worker Category: 3XX Planning
MANDATORY READ: Load shared/references/evaluation_worker_runtime_contract.md, shared/references/evaluation_summary_contract.md
MANDATORY READ: Load shared/references/agent_delegation_pattern.md (Critical Verification + Background Execution sections)
Codex typically takes 10-20 minutes. Do NOT skip or declare an agent failed based on elapsed time. Only the Liveness Protocol in agent_delegation_pattern.md determines failure.
Runtime family:
evaluation-worker-runtimeRequired manifest fields:
identifierphase_ordersummary_kind=review-mergeoperation=mergeRecommended phase_order:
PHASE_0_CONFIGPHASE_1_LOAD_WORKER_RESULTSPHASE_2_DEDUPLICATE_AND_VERIFYPHASE_3_WRITE_SUMMARYPHASE_4_SELF_CHECK.hex-skills/agent-review/review_history.md for prior review entries.agent_delegation_pattern.md Critical Verification criteria.AGREE or REJECT.Emit summary_kind=review-merge.
Payload must include:
worker=ln-315statusoperation=mergewarningsPrefer these fields when available:
merge_summary.accepted_countmerge_summary.rejected_countmerge_summary.dedup_removedmerge_summary.architecture_gate_rejectionsSave updated review summary to .hex-skills/agent-review/review_history.md.
pass=true only after summary write.review_history.mdreview-merge summary writtenVersion: 1.0.0 Last Updated: 2026-04-10
testing
Audits architecture config boundaries: typed settings, scattered env reads, config leakage, and layer ownership. Use for config architecture.
tools
Finds architecture-level modernization opportunities: obsolete custom mechanisms, overbuilt extension points, and simplifiable architecture. Use when auditing architecture evolution.
development
Builds dependency topology, detects cycles, validates import rules, and calculates coupling metrics. Use when auditing architecture topology.
testing
Checks layer, resource ownership, and orchestration boundaries. Use when auditing architecture boundary enforcement.