AgentSkillsCN

monitoring-config-auditor

对基础设施代码(Terraform、K8s)进行合规性审计,确保报警阈值与通知路径均按照最佳实践正确配置。

SKILL.md
--- frontmatter
name: monitoring-config-auditor
description: Audits infrastructure code (Terraform, K8s) for monitoring compliance. Ensures alarms, thresholds, and notification paths are set up correctly according to best practices.
status: implemented

Monitoring Config Auditor

This skill provides a proactive audit of your "Observability" setup before it goes to production.

Capabilities

1. Alarm Integrity Check

  • Scans for missing basic alarms (CPU, Error Rate, Disk Space).
  • Verifies that thresholds match the project's Non-Functional Requirements.

2. Notification Audit

  • Ensures that every alarm has a defined and valid notification destination (SNS, Slack, PagerDuty).
  • Validates that high-severity alerts follow PagerDuty Best Practices (e.g., automated escalation, actionable context).

Usage

  • "Audit our current Terraform files for monitoring compliance."
  • "Are we missing any critical alerts for this new microservice deployment?"

Knowledge Protocol