health-check

Monitor PM2 services, disk space, and memory usage for anomalies.

1.1k|123|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/zylos-ai/zylos-core --skill health-check-zylos-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-check
Source: https://github.com/zylos-ai/zylos-core/tree/main/skills/health-check
Command: npx skills add https://github.com/zylos-ai/zylos-core --skill health-check-zylos-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides automated system health checks to ensure all critical services are running optimally and to identify potential performance issues before they impact users.

Core Features & Use Cases

  • PM2 Service Monitoring: Verifies the status of all managed Node.js processes.
  • Disk Space Analysis: Checks current disk utilization against predefined thresholds.
  • Memory Usage Monitoring: Assesses system RAM and swap usage.
  • Use Case: The system automatically triggers this check periodically to proactively identify and report any services that have stopped or if disk or memory usage is critically high.

Quick Start

Run a system health check to verify PM2 services, disk space, and memory usage.

Frequently Asked Questions about health-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PM2 service monitoring and system resource checks?

Automated PM2 service monitoring and system resource checks are performed by triggering this skill periodically via an activity monitor to validate Node.js process statuses, disk space, and memory usage, reporting any anomalies for resolution.

What does a comprehensive system health check include for Node.js environments?

A comprehensive system health check includes verifying PM2 managed Node.js processes, analyzing disk space utilization against predefined thresholds, and assessing system RAM and swap memory usage to ensure system stability.

Can I use this health check for automated server monitoring without manual intervention?

Yes, this health check is designed for automated dispatch by activity monitors to proactively identify and report stopped services or critically high disk and memory usage without requiring manual intervention.

How do I check disk space utilization and memory usage thresholds for my system?

You can check disk space utilization and memory usage by running this skill, which assesses current resource consumption against predefined thresholds and reports any critical anomalies it detects.

Why does my automated system health check report anomalies in PM2 services?

An automated system health check reports anomalies in PM2 services when it detects that managed Node.js processes have stopped or are running outside of expected resource thresholds during its periodic validation cycle.