skills-catalog/ln-313-review-docs-worker/SKILL.md
Use when an evaluation run needs review-driven documentation updates and a structured documentation summary.
npx skillsauth add levnikolaevich/claude-code-skills ln-313-review-docs-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 ../ln-310-multi-agent-validator/references/domain_patterns.md
mode=story: full documentation pipeline — domain extraction, pattern detection, doc generationmode=plan_review: skip unless documentation delta exists; record docs_skipped_reasonRuntime family:
evaluation-worker-runtimeRequired manifest fields:
identifierphase_ordersummary_kind=review-docsoperation=docsRecommended phase_order:
PHASE_0_CONFIGPHASE_1_EXTRACT_DOMAINSPHASE_2_PATTERN_DETECTIONPHASE_3_GENERATE_DOCSPHASE_4_LINK_TO_STORYPHASE_5_WRITE_SUMMARYPHASE_6_SELF_CHECKdomain_patterns.md.For each detected pattern:
docs/{type}s/*{pattern}*.md).shared/templates/ (adr_template.md, guide_template.md, manual_template.md).docs/{type}s/{naming}.md.docs_checkpoint.Emit summary_kind=review-docs.
Payload must include:
worker=ln-313statusoperation=docswarningsPrefer these fields when available:
docs_created (list of paths)docs_updated (list of paths)docs_skipped_reason (when applicable)patterns_detected (list of matched patterns)Fallback: if no pattern matched but technical aspect is missing documentation, use MCP Ref fallback per domain_patterns.md Fallback Strategy.
domain_patterns.mdreview-docs 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.