anomaly-detector

Detect and correlate anomalous system, service, and business metrics.

6|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/kmshihab7878/claude-code-setup --skill anomaly-detector-kmshihab7878
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anomaly-detector
Source: https://github.com/kmshihab7878/claude-code-setup/tree/main/skills/anomaly-detector
Command: npx skills add https://github.com/kmshihab7878/claude-code-setup --skill anomaly-detector-kmshihab7878

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduces alert fatigue and missed incidents by automatically detecting deviations in service, infrastructure, and business metrics, correlating related signals across services, and producing prioritized remediation recommendations for operations teams.

Core Features & Use Cases

  • Automated Baselines & Detection: Establish rolling baselines and detect anomalies using threshold, rate-of-change, and statistical rules.
  • Correlation & Triage: Correlate metrics across services and infrastructure to produce a concise anomaly report with probable root causes and severity.
  • Self-Improvement Loop: Measure alert-to-incident ratios, retune rules based on false positives, and update baselines and correlation patterns from postmortems.
  • Use Case: Investigate a sudden latency spike by identifying affected services, correlating deployment and infra signals, and recommending targeted escalation and mitigation steps.

Quick Start

Run the anomaly-detector to scan recent service and infrastructure metrics, surface correlated anomalies, and generate a prioritized action and escalation recommendation.

Frequently Asked Questions about anomaly-detector

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

FAQPage Schema
How does metric anomaly detection reduce alert fatigue?

Metric anomaly detection reduces alert fatigue by establishing rolling baselines and correlating related signals across services. It applies threshold, rate-of-change, and statistical rules to filter noise and surface true incidents with prioritized remediation recommendations.

How do I investigate a sudden latency spike across my services?

To investigate a sudden latency spike, you detect anomalous metrics, identify affected services, and correlate deployment and infrastructure signals. This process generates a prioritized action and escalation recommendation to guide targeted mitigation steps.

What data do I need to correlate metric anomalies effectively?

Correlating metric anomalies requires access to time-series metrics, deployment and change history, and storage for rolling baselines. These inputs enable statistical and correlation analyses to produce concise anomaly reports with probable root causes.

Can alert thresholds be automatically retuned after false positives?

Yes, alert thresholds can be automatically retuned through a self-improvement loop. The system measures alert-to-incident ratios, adjusts rules based on false positives, and updates baselines and correlation patterns from postmortems.

What is the best way to correlate infrastructure signals during post-incident analysis?

The best way to correlate infrastructure signals during post-incident analysis is to apply statistical and correlation analyses to time-series metrics and deployment history. This generates a prioritized anomaly report identifying probable root causes and severity.