agentsclimarketplace

Observability slo

Skill charlieviettq/awesome-agent-skill/.claude/skills/observability-slo

Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).

Install
npx -y skills add charlieviettq/awesome-agent-skill --skill observability-slo

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Lightweight observability and SLO practice—SLIs, SLO targets, error budgets, logs, metrics, traces, and alerting for apps and data pipelines. Use when defining monitoring, on-call alerts, or reliability targets.

SKILL.md

1.7 KB, as published. Nobody here has run it

Observability and SLO (lite)

Three pillars (minimum viable)

PillarStart here
LogsStructured JSON; request/job ID; severity
MetricsRED/USE for services; duration, errors, throughput
TracesOne trace per request/job across critical hops

SLI -> SLO flow

  1. Pick SLI — measurable user- or business-visible signal.
  2. Set SLO — target over window (e.g. 99.9% availability / 30d).
  3. Error budget — 100% - SLO; spend triggers policy (slow features, freeze risky deploys).
  4. Alert on budget burn — fast burn (pages) vs slow burn (ticket).

Example SLIs

Service typeSLI examples
APISuccess rate, p95 latency
Batch jobCompletion within SLA window
Model scoringScoring latency, feature freshness

Alert rules

  • Page humans only for SLO-threatening or user-visible outages.
  • Warning for degradation trending toward budget burn.
  • Every alert links to a runbook (symptom, checks, mitigation, escalation).

Runbook skeleton

## Symptom
## Impact
## Checks (ordered)
## Mitigation
## Escalation

Pipeline note

For data/ML jobs: monitor row counts, null spikes, partition lag, and scoring drift alongside infra metrics.

Anti-patterns

  • Alert on every log error without SLO linkage.
  • SLOs without measurement (aspirational only).
  • Dashboards nobody owns.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.