What problem does it solve? Troubleshooting Linux servers under incident pressure requires knowing dozens of diagnostic commands and the right order to run them. This Skill provides structured decision trees and escalation paths so you can systematically isolate CPU spikes, memory pressure, disk saturation, network failures, SSH connectivity issues, and crashing services without guessing. ## Core Features & Use Cases - Guided Decision Trees: Step-by-step escalation paths for CPU high, memory pressure, disk issues, network problems, SSH connectivity, and service failures, each with concrete commands and branching logic. - Deep Reference Guides: Detailed references for disk I/O analysis (iostat, blktrace, EBS tuning, LVM), memory troubleshooting (OOM killer, swappiness, cgroups, NUMA), process management (strace, cgroups, file descriptors), and SSH operations (tunneling, key management, hardening). - Use Case: An EC2 instance shows high load and slow application responses. Follow the CPU High tree to identify I/O wait, pivot to the Disk Issues tree, use iostat to confirm device saturation, then consult the EBS guidance to check BurstBalance and provision gp3 IOPS. ## Quick Start Use the linux-admin skill to diagnose why my server has high CPU usage and walk me through the escalation path.