ag-avaliar-observabilidade

Evaluate errors, logs, metrics, alerts, and traces to produce Lighthouse scores and an Observability Certificate.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the evaluation of a software system's observability across five dimensions: ERRORS, LOGS, METRICS, ALERTS, and TRACES, enabling faster detection and remediation.

Core Features & Use Cases

  • Dimensional coverage: evaluates errors (Sentry), logs, metrics (Web Vitals/OTEL), alerts, and traces.
  • Outputs actionable signals: Lighthouse scores and an Observability Certificate that can be used to drive PRs and fixes.
  • Use case: when a service exhibits degraded performance, generate a targeted observability report to guide engineering teams.

Quick Start

Run lighthouse on your service URL to generate an observability report.

Frequently Asked Questions about ag-avaliar-observabilidade

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

FAQPage Schema
How do I evaluate system observability across errors, logs, metrics, alerts, and traces?

Evaluating system observability involves assessing errors, logs, metrics, alerts, and traces to identify coverage gaps. This Skill automates that assessment against local or remote services to produce actionable remediation signals.

What is an Observability Certificate and how does it guide PR remediation?

An Observability Certificate is an actionable output generated by evaluating your system's observability dimensions. It provides targeted signals and Lighthouse scores to guide automated improvements and fixes directly within your pull requests.

How do I generate a Lighthouse score for a degraded service to guide observability fixes?

To generate a Lighthouse score for observability fixes, run Lighthouse on your service URL. The resulting report evaluates performance degradation and maps observability gaps to guide engineering teams.

Can I use Sentry and OpenTelemetry data patterns to assess observability coverage?

Yes, you can assess observability coverage using Sentry and OpenTelemetry (OTEL) data patterns. The evaluation integrates these patterns to identify errors and metrics gaps, guiding automated improvements.

Does this observability assessment work for both local and remote services?

Yes, this observability assessment works for both local and remote services. You can apply the dimensional evaluation and generate Lighthouse scores and an Observability Certificate regardless of your service deployment context.

What are the limitations of relying on Lighthouse scores for observability evaluation?

Lighthouse scores for observability evaluation primarily focus on performance metrics and Web Vitals. While they highlight degraded performance and metric gaps, deeper error and trace analysis requires integrating Sentry and OTEL data patterns.