Claude-code-skills ln-311-review-research-worker
Use when an evaluation run needs mandatory official-doc, MCP Ref, Context7, and current best-practice research with a structured research summary.
install
source · Clone the upstream repo
git clone https://github.com/levnikolaevich/claude-code-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/levnikolaevich/claude-code-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills-catalog/ln-311-review-research-worker" ~/.claude/skills/levnikolaevich-claude-code-skills-ln-311-review-research-worker && rm -rf "$T"
manifest:
skills-catalog/ln-311-review-research-worker/SKILL.mdsource content
Paths: File paths (
,shared/,references/) are relative to skills repo root.../ln-*
Type: L3 Worker Category: 3XX Planning
Review Research Worker
Structured research worker for validation, audit, and review flows.
Mandatory Read
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
Purpose
- gather official documentation or standards
- gather MCP Ref evidence
- gather Context7 evidence when a library or framework is involved
- gather current web best-practice evidence
- emit a compact machine-readable research summary instead of prose-only notes
Runtime
Runtime family:
evaluation-worker-runtime
Required manifest fields:
identifierphase_ordersummary_kind=review-researchoperation=research
Recommended
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_CHECK
Workflow
Phase 0: Config
- Load runtime manifest.
- Resolve review target, stack hints, and output location.
- Fail if target context is missing.
Phase 1: Resolve Stack
- Detect language, framework, libraries, and domain.
- Build a bounded research topic list.
- Keep topic count small and evidence-oriented.
Phase 2: Official Docs
- Read official docs or standards first.
- Record source URLs and the exact topic each source supports.
Phase 3: MCP Ref
- Query MCP Ref for the same bounded topics.
- Prefer primary documentation over tertiary commentary.
Phase 4: Context7
- If a library or framework is involved, resolve the Context7 library id.
- Query only the libraries actually used by the target.
- If no relevant library exists, record that explicitly.
Phase 5: Web Best Practices
- Perform current web research for best practices and recent changes.
- Use current sources, not frozen heuristics.
- Record only evidence that changes a conclusion or adds decision value.
Phase 6: Anti-Hallucination Verification
- Scan target artifact for factual claims across all trigger categories per
Section B.epistemic_protocol.md - For each claim, check against research evidence gathered in Phases 2-5:
- Has MCP Ref/Context7/Web evidence → mark
VERIFIED - No tool evidence but claim is plausible → mark
FROM_TRAINING - Contradicts tool evidence → mark
(CRITICAL)FLAGGED
- Has MCP Ref/Context7/Web evidence → mark
- This step verifies against existing research. It does NOT run new searches.
- Include verification status in summary metadata.
Phase 7: Write Summary
Emit
summary_kind=review-research.
Payload must include:
worker=ln-311statusoperation=researchwarnings
Prefer these fields when available:
findingsmetrics.research_sources
(VERIFIED | FLAGGED)metrics.anti_hallucination_statusmetrics.flagged_claims_countartifact_pathreport_pathmetadata
Phase 8: Self-Check
- Verify all four research lanes were attempted.
- Verify anti-hallucination verification was executed.
- Verify skipped lanes are justified in machine-readable form.
- Record
only after the summary is written.pass=true
Definition of Done
- Official-doc evidence recorded
- MCP Ref evidence recorded
- Context7 evidence recorded or justified as not applicable
- Current web best-practice evidence recorded
- Anti-hallucination verification executed (claims marked VERIFIED/FROM_TRAINING/FLAGGED)
-
summary writtenreview-research - Self-check passed
Version: 1.0.0 Last Updated: 2026-04-10