ag-monitorar-producao

Monitor production health after deployment and automate rollback decisions.

19|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-monitorar-producao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ag-monitorar-producao
Source: https://github.com/andregusman-raiz/a-gusman-claude/tree/main/skills/ag-monitorar-producao
Command: npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-monitorar-producao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors production health after deployment and automates rollback decisions to minimize downtime and user impact.

Core Features & Use Cases

  • Post-deploy health monitoring: Tracks error rates, latency, CPU/memory, and 5xx incidents.
  • Automated rollback decisions: Triggers rollback when degradation thresholds are met.
  • Alerting and reporting: Sends alerts via Sentry and Grafana and provides health reports.

Quick Start

Execute the ag-monitorar-producao agent after deploying to start observing production health and readiness for rollback.

Frequently Asked Questions about ag-monitorar-producao

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

FAQPage Schema
How does automated production health monitoring work after a deployment?

Automated production health monitoring tracks post-deploy metrics like error rates, latency, CPU, memory, and 5xx incidents to detect degradation and trigger rollback decisions automatically.

What metrics are evaluated to trigger an automatic rollback in production?

Automatic rollback decisions are triggered when production degradation thresholds are met across error rates, latency spikes, CPU and memory usage, and 5xx incidents.

Can I integrate Sentry and Grafana for production alerting and reporting?

Yes, production alerting and reporting integrate with standard monitoring tools like Sentry and Grafana to send alerts and provide health reports.

When do I need to start monitoring production health after a deployment?

You need to start monitoring production health immediately after deploying to observe readiness and detect early degradation or downtime.

What is the best way to automate rollback decisions to minimize downtime?

The best way to automate rollback decisions is by continuously evaluating post-deploy health metrics against degradation thresholds to automatically trigger a rollback workflow.

Why use an automated rollback workflow instead of manual production monitoring?

Automated rollback workflows minimize downtime and user impact by instantly reacting to threshold breaches, whereas manual monitoring delays response to production incidents.