What problem does it solve? Operating Linux hosts under incident pressure risks losing remote access, destroying evidence, or corrupting recovery data. This Skill enforces disciplined diagnosis and gated change procedures so service, storage, network, and backup operations stay recoverable and evidence-preserving. ## Core Features & Use Cases - Systemd service operations: Distinguish disk, manager, and live process state; handle capabilities, mount namespaces, resource limits, and correct activation without abandoning isolation. - Storage and process diagnosis: Resolve df/du discrepancies, deleted-open files, inode exhaustion, and file descriptor limits without destructive shortcuts. - Safe remote and firewall changes: Plan SSH, routing, and nftables changes with armed rollback and fresh-session verification so management access is never lost. - Backup and recovery proof: Select restic snapshots by identity, restore into isolated targets, preserve rsync metadata, and validate RPO/RTO claims with real evidence. - Use Case: A deleted log file still consumes 70 GiB because two workers hold it open. The Skill guides you to preserve evidence, use the documented SIGUSR1 reopen, and verify both block and inode headroom. ## Quick Start Ask the agent to review the supplied Linux incident evidence and produce a diagnosis with a safe, gated change and verification plan.