Back to Directory
general
Linux & service basics
Diagnoses common Linux service issues using logs, systemd/PM2, file permissions, Nginx reverse proxy checks, and DNS sanity checks. Use when a server app is failing, unreachable, or misconfigured.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
linux-service-triage 1.0.0 – Initial Release
- Diagnoses Linux service issues via logs, systemd/PM2, file permissions, Nginx reverse proxy, and DNS sanity checks.
- Provides a triage report with likely cause, evidence, and minimal fix plan.
- Outputs exact fix commands only on user request and when safe.
- Covers service restarts, permissions fixes, Nginx/DNS troubleshooting, and systemd/PM2 process handling.
- Emphasizes safety: read-only by default, requires confirmation for changes, and avoids destructive actions.