What problem does it solve? Logs that vanish on reboot or grow without rotation destroy the forensic trail needed to diagnose crashes and security incidents. This Skill verifies that log storage is persistent, size-bounded, and rotated before a failure makes the missing data obvious. ## Core Features & Use Cases - journald persistence audit: Reads /etc/systemd/journald.conf and checks for /var/log/journal to detect volatile storage on Linux. - macOS Unified Log checks: Verifies /var/db/diagnostics exists, measures its size, inspects ASL legacy syslog config, and detects Full Disk Access permission failures. - Rotation and size-limit detection: Confirms logrotate is installed with active configuration and flags unbounded journal growth. - Use Case: On a fresh Arch workstation install, run this check to discover that journald defaults to volatile storage, then journal the finding so fix-redflag can remediate it before the next crash wipes the evidence. ## Quick Start Ask the AI to run the check-log-retention audit and report whether logs survive reboots and are rotated on this machine.