skills-catalog/ln-311-review-research-worker/SKILL.md
Use when an evaluation run needs mandatory official-doc, MCP Ref, Context7, and current best-practice research with a structured research summary.
npx skillsauth add levnikolaevich/claude-code-skills ln-311-review-research-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
Structured research worker for validation, audit, and review flows.
MANDATORY READ: Load shared/references/evaluation_worker_runtime_contract.md, shared/references/evaluation_summary_contract.md, shared/references/evaluation_research_contract.md, shared/references/epistemic_protocol.md
Runtime family:
evaluation-worker-runtimeRequired manifest fields:
identifierphase_ordersummary_kind=review-researchoperation=researchRecommended phase_order:
PHASE_0_CONFIGPHASE_1_RESOLVE_STACKPHASE_2_OFFICIAL_DOCSPHASE_3_MCP_REFPHASE_4_CONTEXT7PHASE_5_WEB_BEST_PRACTICESPHASE_6_ANTI_HALLUCINATIONPHASE_7_WRITE_SUMMARYPHASE_8_SELF_CHECKepistemic_protocol.md Section B.VERIFIEDFROM_TRAININGFLAGGED (CRITICAL)Emit summary_kind=review-research.
Payload must include:
worker=ln-311statusoperation=researchwarningsPrefer these fields when available:
findingsmetrics.research_sourcesmetrics.anti_hallucination_status (VERIFIED | FLAGGED)metrics.flagged_claims_countartifact_pathreport_pathmetadatapass=true only after the summary is written.review-research summary writtenVersion: 1.0.0 Last Updated: 2026-04-10
testing
Checks runtime lifecycle and config validation: bootstrap, shutdown, probes, cleanup, env sync, and fail-fast startup. Use for runtime readiness.
testing
Checks races, deadlocks, async hazards, TOCTOU, blocking I/O, and shared resource contention. Use when auditing concurrency correctness.
testing
Checks diagnosability through structured logs, metrics, traces, correlation IDs, and useful log levels. Use when auditing incident visibility.
development
Finds code that can be safely deleted: unreachable, unused, obsolete compatibility, and commented-out code. Use when pruning dead code.