plugins/agile-workflow/skills/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 (
references/,../ln-*) are relative to this skill directory.
Type: L3 Worker Category: 3XX Planning
MANDATORY READ: Load references/evaluation_worker_runtime_contract.md, 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).references/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
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.