monitor-system

Monitor system health, recover errors, and restart failed processes with Python scripts.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Quratulain-shah/AI-Employee-FTE --skill monitor-system-quratulain-shah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-system
Source: https://github.com/Quratulain-shah/AI-Employee-FTE/tree/main/claude/skills/monitor-system
Command: npx skills add https://github.com/Quratulain-shah/AI-Employee-FTE --skill monitor-system-quratulain-shah

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill proactively monitors system health, detects errors, and automatically recovers failed processes to maintain continuous operation and provide comprehensive audit logs.

Core Features & Use Cases

  • Real-time Health Monitoring: Continuously checks the status of all critical processes and services.
  • Automated Error Recovery: Implements predefined procedures to fix common errors and restart failed components.
  • Comprehensive Audit Logging: Records all system actions and errors for debugging and compliance.
  • Use Case: If the email watcher process crashes, this Skill will automatically detect it, attempt to restart it, and log the incident. If it fails multiple times, it will alert you.

Quick Start

Use the monitor-system skill to perform a manual system health check.

Frequently Asked Questions about monitor-system

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

FAQPage Schema
How do I monitor system health and automatically restart failed processes?

To monitor system health and restart failed processes, this solution continuously checks critical services, detects errors, and executes predefined recovery procedures to maintain operational stability and generate audit logs.

What is automated error recovery for system stability and how does it work?

Automated error recovery for system stability detects failed components, attempts to restart them using Python scripts and shell commands, and logs the incident while alerting you if multiple restart attempts fail.

How do I perform a manual system health check on critical processes?

Performing a manual system health check involves running the provided scripts to instantly evaluate the status of critical processes, identify errors, and output current operational stability data.

Does automated process management require specific file system or log access?

Yes, automated process management requires access to system processes, log files, and the file system to perform recovery actions, maintain audit logs, and execute shell commands for fault tolerance.

What is the best way to maintain audit logs for system observability and error recovery?

The best way to maintain audit logs for system observability is to automate the recording of all system actions and errors alongside the automated error recovery process to ensure continuous compliance and debugging.

Why does my system health monitoring fail to restart a continuously crashing process?

System health monitoring may fail to restart a process if the underlying error persists or exceeds the predefined recovery procedures, causing the system to halt automated restarts and alert you after multiple failed attempts.