health-check

Run health checks across Optimal services, containers, and repositories.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/clenisa/optimal-cli --skill health-check-clenisa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-check
Source: https://github.com/clenisa/optimal-cli/tree/main/skills/health-check
Command: npx skills add https://github.com/clenisa/optimal-cli --skill health-check-clenisa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a single-command way to verify the operational status of all Optimal platform components and local infrastructure, reducing time to detect outages, container failures, and repository drift.

Core Features & Use Cases

  • Service and Container Checks: Validates running processes, systemd services, and Docker container counts for n8n, Affine, Strapi CMS, and OptimalOS.
  • HTTP Health Probes: Performs HTTP checks against local and public health endpoints to confirm responsiveness and expected status.
  • Repository Integrity: Fetches Git repositories and reports uncommitted changes, unpushed commits, and divergence from remotes.
  • Use Case: Run the health check before deployments or when troubleshooting to collect a consolidated status report across services, containers, and repositories.

Quick Start

Run the workstation health check by executing the health-check script to produce a consolidated status report across services, Docker, and repositories.

Frequently Asked Questions about health-check

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

FAQPage Schema
How do I run a health check for Docker containers and systemd services?

Run a health check by executing the health-check script to validate running systemd services and Docker container counts for n8n, Affine, Strapi CMS, and OptimalOS, producing a consolidated status report across your local infrastructure.

Can I check git repository integrity and detect unpushed commits before deployment?

Yes, you can check git repository integrity by fetching repositories to report uncommitted changes, unpushed commits, and divergence from remotes, ensuring your development and production workstations are consistent before deployment.

Do I need curl and bash to perform HTTP health probes on local endpoints?

Yes, performing HTTP health probes requires bash, curl, and access to local HTTP endpoints to confirm responsiveness and expected status across your Optimal services during troubleshooting or pre-deployment validation.

What is the best way to detect service outages and repository drift across Optimal components?

The best way to detect service outages and repository drift is to run a comprehensive health check that validates processes, performs HTTP probes, and fetches Git repositories to consolidate operational status across all Optimal platform components.

Why does my health check report container issues for n8n and Strapi CMS?

A health check reports container issues when Docker container counts for n8n, Affine, Strapi CMS, and OptimalOS do not match expected values, indicating potential service outages or container failures that require troubleshooting.