Постмортем инцидента в inline-режиме
★ 7.1 · vibe-coding
spike-consumer-inline is a Claude Code skill that builds a written incident post-mortem as part of the OI-3 spike test harness, operating in inline mode without forking a child process. It executes exactly six steps: reads the incident data file, extracts four required facts (incident ID, primary error code, peak latency, affected service name), sources the shared readability standard by invoking the spike-guidance-inline skill inline, drafts a five-section report (Summary, Impact, Root cause, Resolution, Follow-up actions), self-checks the draft against the standard, then writes the final artifact to TRIALS_DIR/TRIAL_ID.md and emits a structured completion token. The skill must be invoked exclusively by the spike harness with a TRIAL_ID, data path, and TRIALS_DIR; direct invocation is not supported.