system-health

Monitor HR-IMS backend services, database, memory, disk, and CPU health.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Arnutt-N/hr-ims --skill system-health-arnutt-n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-health
Source: https://github.com/Arnutt-N/hr-ims/tree/main/.claude/skills/system-health
Command: npx skills add https://github.com/Arnutt-N/hr-ims --skill system-health-arnutt-n

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systems reliability in HR-IMS depends on continuous visibility into health; this Skill provides automated checks and diagnostics to detect issues early and reduce MTTR.

Core Features & Use Cases

  • Health checks across database, memory, disk, and CPU to produce a single health view.
  • Real-time status monitoring and quick health endpoints for automation and alerting.
  • Use Case: During incidents or deployments, continuously verify that services are healthy and report anomalies.

Quick Start

Run the system health checks to generate a comprehensive health report for HR-IMS.

Frequently Asked Questions about system-health

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

FAQPage Schema
How do I monitor backend health for database, CPU, disk, and memory issues?

Backend health monitoring is achieved by running automated checks that query the database with Prisma and gather OS metrics to evaluate CPU, disk, and memory status. This produces a single health view to detect anomalies across environments.

What's the best way to set up a health endpoint for a load balancer?

A quick health endpoint exposes real-time system status for load balancers and automation. It executes database and OS-level checks, returning a consolidated health report that load balancers can query to route traffic.

Can I use Prisma queries to check database health during deployments?

Prisma queries are used to verify database health during deployments and incidents. The system runs these queries alongside OS-level checks to continuously verify services remain healthy and report any detected anomalies.

How do system health diagnostics reduce MTTR for production backend services?

System health diagnostics reduce MTTR by providing continuous visibility into backend services, memory, and disk usage. Early issue detection through automated checks and logged metrics enables faster incident response and auditing.

Does this health monitoring approach work across development, staging, and production environments?

Health monitoring applies across development, staging, and production environments. It uses platform-specific commands and Prisma queries to evaluate database, memory, disk, and CPU health regardless of the deployment stage.

Why does OS metrics monitoring need platform-specific commands?

OS metrics monitoring uses platform-specific commands because disk, memory, and CPU reporting mechanisms vary by operating system. This ensures accurate health diagnostics and system health checks across different infrastructure setups.