systemd service 诊断 workflow:read-first 地查看 status、journal 与最近故障。
skillsy install hypoxanthineovo/hypoxanthine-agent@system-service-opssystem-service-ops 是 systemd service 的 read-first 诊断 workflow,用于在提出动作建议前先核实状态和日志。
exec_command 运行 systemctl 和 journalctl,并受 exec_profile=systemd 约束。systemctl status <service> 查看当前状态。journalctl -u <service> --since "5 min ago" 或合适时间窗查看近期日志。stop、disable、shutdown、reboot。restart,先解释影响,再等待用户明确请求,或切换到明确允许重启动作的专用 skill。