Install
openclaw skills install incident-dossierBuild a concise incident dossier from operational logs, audits, JSON/JSONL files, and state snapshots. Use when investigating failures, duplicate events, stuck jobs, queue anomalies, regressions, or any situation where Codex must turn raw evidence into a structured incident report with timeline, suspected root cause, blast radius, and recommended next actions.
openclaw skills install incident-dossierUse this skill to turn messy operational artifacts into a usable incident report.
scripts/build_incident_dossier.js with explicit inputs when at least one JSON/JSONL source exists.Always include:
Use scripts/build_incident_dossier.js to parse mixed JSON/JSONL evidence and emit a Markdown dossier. Give it multiple --input paths and one --out path.
Example:
node skills/incident-dossier/scripts/build_incident_dossier.js \
--input memory/job-audit.jsonl \
--input out/job_consistency_audit_report.json \
--out out/incident-dossier.md