一键导入
runtime-log-review
Review DocMason runtime query-session and retrieval-trace logs through the summary surface rather than raw JSON browsing alone.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review DocMason runtime query-session and retrieval-trace logs through the summary surface rather than raw JSON browsing alone.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Accept an ordinary user question inside a DocMason workspace, route it to the right inner workflow, and preserve conversation-native logs automatically.
Answer a user question through DocMason's canonical grounded workflow using retrieval, provenance tracing, render escalation, and a final answer-state check.
Produce evidence-backed research, planning, drafting, or composition output from the published DocMason knowledge base while preserving provenance and answer-file discipline.
Stage, incrementally refresh, validate, and publish the DocMason knowledge base from the local source corpus.
Trace published DocMason knowledge objects or answer text back to evidence units and provenance records.
Retrieve ranked evidence bundles from the published DocMason knowledge base.
| name | runtime-log-review |
| description | Review DocMason runtime query-session and retrieval-trace logs through the summary surface rather than raw JSON browsing alone. |
Use this skill when the task is to review recent runtime activity, identify failures, or extract candidate cases from DocMason logs.
This is an explicit operator-facing workflow.
The user may ask for it directly, or ask may route here automatically when the real intent is runtime review rather than question answering.
If the agent cannot inspect local runtime logs, stop and explain that log review is not possible.
docmason workflow runtime-log-review --json so the derived summary and the request-level audit record are regenerated together.runtime/logs/review/summary.json and runtime/logs/review/benchmark-candidates.json when they exist.
runtime/state/ as the owner and runtime/logs/conversations/ as projection-only
projection-only means a derived mirror, not the primary truth surfaceinteractive-ask; workflow names, conversation linkage, or reconciliation leftovers alone are not enough
canonical ask ownership means the case is backed by a governed ask turn and linked runtime artifacts, not only host transcript residueruntime/agent-work/.runtime/logs/review/requests/<request_id>.json as the canonical audit surface for the explicit review request that refreshed or read the review-side outputs.runtime/logs/review/summary.json does not exist yet, refresh the workflow once. If the regenerated summary still shows no recent activity, explain that the workspace has no recent ask, retrieval, or trace evidence to review yet.docmason review-logs command.runtime/logs/review/requests/.runtime/logs/.orphaned leftovers means reviewable runtime artifacts that are not backed by the committed governing truth for a completed case.runtime/logs/review/benchmark-candidates.json is a read-only derived artifact that suggests future benchmark cases from conversation turns, retrieval sessions, and trace outcomes.