cloudwatch

Automates CloudWatch alarms, metrics, logs queries, and dashboards via APIs or CLI.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/aurainfosec/cloud-review-automation-poc --skill cloudwatch-aurainfosec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudwatch
Source: https://github.com/aurainfosec/cloud-review-automation-poc/tree/main/skills/cloudwatch
Command: npx skills add https://github.com/aurainfosec/cloud-review-automation-poc --skill cloudwatch-aurainfosec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automating CloudWatch monitoring so you can detect issues early, investigate root causes, and visualize operational health without manual dashboard or log searching.

Core Features & Use Cases

  • Create metric alarms for CPU, latency, errors, and other thresholds with actionable notifications.
  • Query logs with CloudWatch Logs Insights to rapidly find errors and patterns in application/service logs.
  • Generate operational views using metric filters and CloudWatch dashboards that combine metrics and log insights.
  • Use case: When a Lambda begins returning higher error rates, create an alarm and automatically verify the cause by running a Logs Insights query against the related log group, then show both in a dashboard for ongoing review.

Quick Start

Use the cloudwatch skill to set an alarm for high Lambda error rate and then run a Logs Insights query to confirm the underlying error messages in the last hour.

Frequently Asked Questions about cloudwatch

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

FAQPage Schema
How do I set up CloudWatch alarms for high error rates in AWS Lambda?

To set CloudWatch alarms for Lambda errors, you configure metric alarms using CloudWatch APIs or AWS CLI by defining namespaces, dimensions, and error thresholds to trigger actionable notifications.

How do I use CloudWatch Logs Insights to troubleshoot application errors?

CloudWatch Logs Insights queries rapidly search application log groups to find errors and patterns. You parameterize time ranges and query syntax to extract specific error messages for root cause analysis.

Can I create CloudWatch dashboards that combine metrics and log insights together?

Yes, you can generate operational dashboards combining custom metrics and log metric filters. This visualizes application health and operational data in a single view for ongoing troubleshooting and review.

What is the best way to automate CloudWatch monitoring for detecting operational issues?

Automating CloudWatch monitoring involves using AWS CLI commands or APIs to configure alarms, publish custom metrics, and schedule Logs Insights queries, eliminating manual dashboard and log searching.

Do I need AWS CLI or CloudWatch APIs to configure metric filters and alarms?

Yes, configuring metric filters, custom metric publication, and alarms requires using CloudWatch and CloudWatch Logs APIs or AWS CLI commands to parameterize namespaces, dimensions, and thresholds.