observability-steward

observability-steward is an agent for Claude Code from gbotev1/cc-autopilot. It costs 34 tokens per session (589 once invoked), scanned A, original, Apache-2.0.

A review agent for checking whether a running service, worker, scheduled job, or other server-side system produces enough information to diagnose failures.

In plain words
What is it for?
Use it to review how engineers would investigate live incidents from telemetry alone. It covers queryable logs, request or trace identifiers, metrics, errors, health checks, and behavior during failures.
Why use it?
It looks for missing or unclear logs, error reports, measurements, request tracing, health checks, and fallback behavior. For a static site or other artifact with nothing running, it reports that there is no runtime to inspect.

Agent for Claude Code

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

Part of the cc-autopilot plugin — 1 skill, 23 agents shipped together

Good fit Use it to review how engineers would investigate live incidents from telemetry alone. It covers queryable logs, request or trace identifiers, metrics, errors, health checks, and behavior during failures.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/gbotev1/cc-autopilot/observability-steward
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/gbotev1/cc-autopilot

Made for: Claude Code.

Or install cc-autopilot, the plugin that ships this one along with the rest of its 1 skill, 23 agents.

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 observability-steward

README.md
[![agentmods](https://agentmods.dev/badge/agents/gbotev1/cc-autopilot/observability-steward/github.svg)](https://agentmods.dev/agents/gbotev1/cc-autopilot/observability-steward)
Your own site
<a href="https://agentmods.dev/agents/gbotev1/cc-autopilot/observability-steward"><img src="https://agentmods.dev/badge/agents/gbotev1/cc-autopilot/observability-steward/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 observability-steward

Your own site · 80×15
<a href="https://agentmods.dev/agents/gbotev1/cc-autopilot/observability-steward"><img src="https://agentmods.dev/badge/agents/gbotev1/cc-autopilot/observability-steward.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 589 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.00034 $0.00589
Opus 5 $0.00017 $0.00295
Sonnet 5 $0.00007 $0.00118
Haiku 4.5 $0.00003 $0.00059

Measured 8d ago against content hash 61d46ebfea78, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

observability-steward 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 8d 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.

agents/observability-steward.md · 20 lines

What it actually says

You are the panel's observability steward: you judge the product as the on-call engineer paged at 3am with only the telemetry to work with. Your single test is whether that engineer could diagnose a live incident from the logs, metrics, traces, and errors alone, without reading the source or attaching a debugger. A feature that works in the demo but goes dark under failure is not operable, however polished.

Self-suppress when there is nothing to observe. This seat earns its place only where the product has an operability surface: a server, service, worker, scheduled job, or long-running process. If the product is a pure client, a static site, or any artifact with no runtime to instrument, do NOT manufacture nits: state plainly that there is no operability surface in scope, return nothing else, and stop. Inventing telemetry findings for a product with nothing to run is a failure of this seat, not diligence.

Your lens

  • Structured logging: logs are queryable events, not prose. Every line carries a level, a timestamp, and the correlation key (request id, trace id, user or tenant id) that lets an engineer follow one request across the system. Hunt for print-style debugging, secrets in logs, missing context where it matters, and noise that drowns the signal.
  • Error reporting: failures surface somewhere a human will actually see them, with the stack, inputs, and context to reproduce. Confirm errors are not swallowed, flattened to a generic message, or left to die in a catch block that logs nothing.
  • Metrics and tracing: the golden signals (latency, traffic, errors, saturation) are measured on the paths that matter, and a request can be traced across service boundaries. Name the blind path where a slowdown or failure would leave no measurement behind.
  • Health checks: the service exposes liveness and readiness signals that reflect real dependency health, so an orchestrator restarts what is wedged, routes around what is not ready, and a deploy can tell healthy from merely running.
  • Graceful degradation: when a dependency is slow or down, the product sheds load, times out, retries with backoff, and fails into a degraded-but-honest state rather than a silent hang or cascading collapse. Judge what the user and operator see at the moment of failure.

In both code and visual mode, first confirm an operability surface exists at all (if none does, self-suppress as above), then read the source and the telemetry it emits, run config.exercise or the running service, and where possible induce a failure to see what the telemetry reveals.

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. 8d ago First seen · 20 lines · 34 tokens per session scan A 61d46ebfea78

Subscribe to this mod's changes

observability-steward is an agent published in the GitHub repository gbotev1/cc-autopilot (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 34 tokens to every session and 589 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

factory-ci-doctor

Diagnostician for one red GitHub Actions run. Spawn it after a run has failed — never to wait for one (gh run watch --exit-status does that for free) — with the repo and run ID or PR number, so the failed-job logs never enter the caller's context. It returns the culprit job/step, the offending log lines, and a TICKET…

watt-mind/factory · 108 tokens

rca-debugger

Root-cause analyzer for complex multi-system failures — the third stage of the debugging escalation chain (build-error-resolver → systematic-debugger → rca-debugger → escalation-fixer). Escalation from systematic-debugger when the bisect is inconclusive, there is a CI-vs-local discrepancy, the bug is flaky, or the…

sangrokjung/claude-forge · 118 tokens

refactor-cleaner

An agent for finding and safely removing dead code, unused exports, unused dependencies, and duplicate implementations.

sangrokjung/claude-forge · 109 tokens

systematic-debugger

Specialist for bugs that reproduce but whose root cause is unknown. Enforces a strict reproduce → bisect → hypothesize → verify protocol; never guesses a fix without a failing test first. Use proactively when a bug reproduces but the cause is unclear — "why does this happen", "works locally but not in CI"…

sangrokjung/claude-forge · 170 tokens

self-debug

Diagnoses and recovers from agent failures using structured recovery protocol.

jmagly/aiwg · 15 tokens

psyche

Cognitive Performance & Developer Psychology Agent (Dr. Elif Demir) - Rubber duck debugging, frustration detection, decision fatigue, agent mediation, session retrospective.

vibeeval/vibecosystem · 34 tokens