·detect-anomalies-aiops
{}

detect-anomalies-aiops

使用时间序列分析(隔离森林、Prophet、LSTM)、警报关联和根本原因分析,对运营指标实施人工智能驱动的异常检测。通过智能识别系统指标、日志和跟踪中的真正异常来减少警报疲劳。当运营团队因警报量而不堪重负时、当检测到超出静态阈值的复杂多指标异常时、当季节性模式使阈值无效时,或者当需要在问题影响用户之前主动预测问题时,请使用。

10安装·1热度·@pjt222

安装

$npx skills add https://github.com/pjt222/development-guides --skill detect-anomalies-aiops

如何安装 detect-anomalies-aiops

通过命令行快速安装 detect-anomalies-aiops AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill detect-anomalies-aiops
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:pjt222/development-guides。

SKILL.md

查看原文

Apply machine learning to detect anomalies in operational metrics, correlate alerts, and reduce false positives.

Expected: Time series data loaded with regular intervals, missing values handled, features engineered for ML models.

On failure: If Prometheus connection fails, verify URL and network access, if data gaps exist use forward-fill or interpolation, ensure timestamp column is datetime type, check for memory issues with large date ranges (process in chunks).

使用时间序列分析(隔离森林、Prophet、LSTM)、警报关联和根本原因分析,对运营指标实施人工智能驱动的异常检测。通过智能识别系统指标、日志和跟踪中的真正异常来减少警报疲劳。当运营团队因警报量而不堪重负时、当检测到超出静态阈值的复杂多指标异常时、当季节性模式使阈值无效时,或者当需要在问题影响用户之前主动预测问题时,请使用。 来源:pjt222/development-guides。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/pjt222/development-guides --skill detect-anomalies-aiops
分类
{}数据分析
认证
收录时间
2026-03-10
更新时间
2026-03-10

Browse more skills from pjt222/development-guides

快速解答

什么是 detect-anomalies-aiops?

使用时间序列分析(隔离森林、Prophet、LSTM)、警报关联和根本原因分析,对运营指标实施人工智能驱动的异常检测。通过智能识别系统指标、日志和跟踪中的真正异常来减少警报疲劳。当运营团队因警报量而不堪重负时、当检测到超出静态阈值的复杂多指标异常时、当季节性模式使阈值无效时,或者当需要在问题影响用户之前主动预测问题时,请使用。 来源:pjt222/development-guides。

如何安装 detect-anomalies-aiops?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill detect-anomalies-aiops 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/pjt222/development-guides