What problem does it solve? When a server or workstation crashes, reboots unexpectedly, or kills processes due to memory pressure, the evidence is scattered across prior boot logs, diagnostic reports, and event logs. This Skill performs the postmortem for you: it walks the logs across boots, identifies the victim process and the memory hog, and records a deduplicated finding with a concrete remediation suggestion. ## Core Features & Use Cases - Cross-boot crash analysis on Linux: Walks journalctl across boots to find OOM kills and services exiting with code 137 (SIGKILL from the OOM killer). - macOS jetsam and crash forensics: Reads DiagnosticReports (JetsamEvent, EXC_RESOURCE) and queries the Unified Log for memory-kill events. - Windows Event Log mapping: Translates Kernel-Power 41, BugCheck 1001, and WER application crash events into crash evidence. - Use Case: After an unexpected reboot of a production Linux server, run this Skill to discover that mysqld was OOM-killed, and receive a journaled, high-severity finding suggesting an OOMScoreAdjust or cgroup MemoryMax fix. ## Quick Start Ask the AI to run the diagnose-crash skill to investigate why the machine rebooted or which process was killed by memory pressure.