scan-health

Monitor service health endpoints and detect anomalies with threshold-based alerts.

5|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/mataeil/OODA-loop --skill scan-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scan-health
Source: https://github.com/mataeil/OODA-loop/tree/main/skills/scan-health
Command: npx skills add https://github.com/mataeil/OODA-loop --skill scan-health

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill provides automated monitoring of configured service health endpoints, detects outages, and surfaces actionable alerts to prevent downtime, while preserving system integrity for resilient operations.

Core Features & Use Cases

  • Endpoint availability and response-time checks against baseline metrics to identify anomalies.
  • Adaptive anomaly detection with configurable thresholds and per-endpoint overrides.
  • Non-destructive observation writes only to agent/state and supports graceful degradation in case of failures.

Quick Start

Run the observe phase to start baseline collection and begin monitoring configured health endpoints.

Frequently Asked Questions about scan-health

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

FAQPage Schema
How do I monitor service health endpoints to prevent outages?

Service health monitoring uses endpoint checks and EMA-based state updates to track availability and response times against baseline metrics, detecting anomalies to prevent outages in production and staging environments.

How does EMA-based anomaly detection work for health monitoring?

EMA-based anomaly detection establishes adaptive baseline metrics for endpoint response times and availability, triggering threshold-based alerts when observed values deviate from the expected state.

Can I configure per-endpoint threshold overrides for anomaly detection?

Yes, anomaly detection supports configurable thresholds with per-endpoint overrides, allowing customized baseline metrics and alert conditions for individual service endpoints.

What is the best way to establish baseline metrics for multiple service endpoints?

Running an observe phase collects availability and response-time data across multiple endpoints, applying EMA-based state updates to build adaptive baseline metrics for accurate anomaly detection.

Does health monitoring support graceful degradation and read-only observation?

Yes, health monitoring ensures read-only observation by writing only to agent state and supports graceful degradation during endpoint failures to preserve overall system integrity.