What problem does it solve? When a TinySocs deployment misbehaves — a detection rule stays silent, alerts never reach the dashboard, HMAC calls return 401, or a redeployed agent binary doesn't take effect — engineers waste hours reading code before finding the real cause. This Skill provides zero-context triage: each known failure family maps a symptom to the single first command to run, the likely cause, and a verified fix pointer drawn from actual past incidents. ## Core Features & Use Cases - Symptom-to-triage tables: Seven failure families covering silent detection rules, OpenSearch shipper failures, HMAC 401s, dashboard widget/logout bugs, PowerShell 5.1 traps, NSSM respawn races, and federation/ledger issues. - First-check commands: Each row names the one discriminating command to run first (and on which machine), so you discriminate between causes before reading source code. - War-story context: Every family includes the historical incident (with commit SHAs and file:line references) that produced the table, so fixes are grounded in verified root causes rather than guesses. - Use Case: A rule you just tested never produced an alert. Instead of lowering the threshold, you consult family 1, run the grep against packaging/detection/rules.yml, and discover the rule is enabled: false in the pilot pack — or that your test generated fewer events than the threshold, the exact bug fixed in commit 347c98e. ## Quick Start Ask the assistant to triage why a TinySocs detection rule did not fire after running a test attack, and it will walk you through the first-check command, likely cause, and fix pointer.