slo-report

slo-report is a command for Claude Code from latestaiagents/agent-skills. It costs 13 tokens per session (993 once invoked), scanned A, original, MIT.

A command that creates reports about service objectives and agreements. SLOs are internal reliability targets, SLAs are promised service levels, and an error budget is the allowed amount of failure before those targets are missed.

In plain words
What is it for?
Use it to report availability, latency, and error-rate status for selected services over a week, month, or quarter, with trends and recommendations.
Why use it?
It turns reliability measurements into a structured view of which services are healthy, at risk, or breaching targets.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the devops-sre plugin — 8 skills, 6 commands shipped together

Good fit Use it to report availability, latency, and error-rate status for selected services over a week, month, or quarter, with trends and recommendations.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/latestaiagents/agent-skills/slo-report
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/latestaiagents/agent-skills

Made for: Claude Code.

Or install devops-sre, the plugin that ships this one along with the rest of its 8 skills, 6 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for slo-report

README.md
[![agentmods](https://agentmods.dev/badge/commands/latestaiagents/agent-skills/slo-report/github.svg)](https://agentmods.dev/commands/latestaiagents/agent-skills/slo-report)
Your own site
<a href="https://agentmods.dev/commands/latestaiagents/agent-skills/slo-report"><img src="https://agentmods.dev/badge/commands/latestaiagents/agent-skills/slo-report/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for slo-report

Your own site · 80×15
<a href="https://agentmods.dev/commands/latestaiagents/agent-skills/slo-report"><img src="https://agentmods.dev/badge/commands/latestaiagents/agent-skills/slo-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 993 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00013 $0.00993
Opus 5 $0.00006 $0.00496
Sonnet 5 $0.00003 $0.00199
Haiku 4.5 $0.00001 $0.00099

Measured 9d ago against content hash 5c347fb44e99, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

slo-report scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/devops-sre/commands/slo-report.md · 133 lines

How it starts

The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/slo-report

Generate SLO status reports with error budget consumption, trends, and recommendations.

What I Need

Tell me:

  • Time period (last week/month/quarter)
  • Specific service or all services
  • Report format (summary/detailed)

Sample Report

# SLO Status Report

**Period:** January 2026
**Team:** Platform Engineering
**Generated:** 2026-02-01

---

## Executive Summary

| Status | Services |
|--------|----------|
| 🟢 Healthy | 8 |
| 🟡 At Risk | 2 |
| 🔴 Breached | 0 |

**Overall Error Budget:** 67% remaining (was 78% last month)

---

## Service-by-Service Status

### api-gateway
| SLO | Target | Actual | Status | Budget |
|-----|--------|--------|--------|--------|
| Availability | 99.9% | 99.95% | 🟢 | 85% |
| Latency P99 | <200ms | 156ms | 🟢 | 100% |
| Error Rate | <0.1% | 0.04% | 🟢 | 92% |

**Trend:** ↗️ Improving (+5% budget vs last month)

---

### payments-service
| SLO | Target | Actual | Status | Budget |
|-----|--------|--------|--------|--------|
| Availability | 99.99% | 99.97% | 🟡 | 23% |
| Latency P99 | <500ms | 467ms | 🟢 | 78% |
| Error Rate | <0.05% | 0.03% | 🟢 | 85% |

**Trend:** ↘️ Declining (-15% budget vs last month)

**⚠️ At Risk:** Availability budget consumed faster than expected
- 3 incidents this month (INC-121, INC-125, INC-128)
- Projected budget exhaustion: Feb 15

**Recommendations:**
1. Prioritize reliability work over new features
2. Review INC-128 postmortem action items
3. Consider adding redundancy to payment processor

---

### search-service
| SLO | Target | Actual | Status | Budget |
|-----|--------|--------|--------|--------|
| Availability | 99.5% | 99.82% | 🟢 | 100% |
| Latency P99 | <1000ms | 678ms | 🟢 | 100% |
| Relevance | >85% | 87% | 🟢 | 100% |

**Trend:** → Stable

---

## Error Budget Consumption

January Error Budget Burn Rate

api-gateway ████░░░░░░░░░░░░░░░░ 15% consumed payments ████████████████░░░░ 77% consumed ⚠️ user-service ██████░░░░░░░░░░░░░░ 28% consumed search ░░░░░░░░░░░░░░░░░░░░ 0% consumed notifications ████████░░░░░░░░░░░░ 35% consumed


## Incidents Impact

| Incident | Duration | Services | Budget Impact |
|----------|----------|----------|---------------|
| INC-121 | 23 min | payments | -12% |
| INC-125 | 8 min | payments, api | -5% |
| INC-128 | 45 min | payments | -18% |
| INC-130 | 5 min | notifications | -3% |

## Recommendations

### Immediate (This Week)
1. 🔴 **payments-service**: Implement circuit breaker for payment processor
2. 🟡 **api-gateway**: Review rate limiting configuration

### This Month
3. Add synthetic monitoring for critical paths
4. Implement SLO alerting at 50% budget consumption
5. Schedule quarterly SLO review meeting

### This Quarter
6. Evaluate SLO targets - some may be too aggressive
7. Implement error budget-based deployment gates

---

*Report generated from Datadog SLO data*
*Next review: 2026-02-01*

Read the full file on GitHub · 133 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 133 lines · 13 tokens per session scan A 5c347fb44e99

Subscribe to this mod's changes

slo-report is a command published in the GitHub repository latestaiagents/agent-skills (5 stars, last pushed 4mo ago), licensed MIT. It adds 13 tokens to every session and 993 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.