linux-troubleshooting — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited linux-troubleshooting (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Specialized workflow for diagnosing and resolving Linux system issues including performance problems, service failures, network issues, and resource constraints.
Use this workflow when:
#### Skills to Invoke
bash-linux - Linux commandsdevops-troubleshooter - Troubleshooting#### Actions
#### Commands
uptime
hostnamectl
cat /etc/os-release
dmesg | tail -50#### Copy-Paste Prompts
Use @bash-linux to gather system information#### Skills to Invoke
bash-linux - Resource commandsperformance-engineer - Performance analysis#### Actions
#### Commands
top -bn1 | head -20
free -h
df -h
iostat -x 1 5#### Copy-Paste Prompts
Use @performance-engineer to analyze system resources#### Skills to Invoke
bash-linux - Process commandsserver-management - Process management#### Actions
#### Commands
ps aux --sort=-%cpu | head -10
pstree -p
lsof -p PID
strace -p PID#### Copy-Paste Prompts
Use @server-management to investigate processes#### Skills to Invoke
bash-linux - Log commandserror-detective - Error detection#### Actions
#### Commands
journalctl -xe
tail -f /var/log/syslog
grep -i error /var/log/*#### Copy-Paste Prompts
Use @error-detective to analyze log files#### Skills to Invoke
bash-linux - Network commandsnetwork-engineer - Network troubleshooting#### Actions
#### Commands
ip addr show
ss -tulpn
curl -v http://target
dig domain#### Copy-Paste Prompts
Use @network-engineer to diagnose network issues#### Skills to Invoke
server-management - Service managementsystematic-debugging - Debugging#### Actions
#### Commands
systemctl status service
journalctl -u service -f
systemctl restart service#### Copy-Paste Prompts
Use @systematic-debugging to troubleshoot service issues#### Skills to Invoke
incident-responder - Incident responsebash-pro - Fix implementation#### Actions
#### Copy-Paste Prompts
Use @incident-responder to implement resolutionos-scripting - OS scriptingbash-scripting - Bash scriptingcloud-devops - DevOps~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.