Observability Checklist

Observability Checklist is a skill for Claude Code, Codex from Notysoty/openagentskills. It costs 28 tokens per session (1,996 once invoked), scanned A, original, MIT.

A review checklist for how a service records events, measures health, follows requests across components, and raises alerts. Observability means having enough information to understand what software is doing in production.

In plain words
What is it for?
Use it for production-readiness reviews, before on-call work, or after an incident, across logging, metrics, tracing, alerts, dashboards, and runbooks.
Why use it?
It finds missing information that can make incidents, regressions, and system-health problems difficult to diagnose.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: mentions Claude Code; mentions Codex; built for cline.

Good fit Use it for production-readiness reviews, before on-call work, or after an incident, across logging, metrics, tracing, alerts, dashboards, and runbooks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/notysoty/openagentskills/observability-checklist
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.

Any agent
npx skills add Notysoty/openagentskills --skill observability-checklist
Clone the repo
git clone --depth 1 https://github.com/Notysoty/openagentskills

Made for: Claude Code, Codex.

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 Checklist

README.md
[![agentmods](https://agentmods.dev/badge/skills/notysoty/openagentskills/observability-checklist/github.svg)](https://agentmods.dev/skills/notysoty/openagentskills/observability-checklist)
Your own site
<a href="https://agentmods.dev/skills/notysoty/openagentskills/observability-checklist"><img src="https://agentmods.dev/badge/skills/notysoty/openagentskills/observability-checklist/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 Checklist

Your own site · 80×15
<a href="https://agentmods.dev/skills/notysoty/openagentskills/observability-checklist"><img src="https://agentmods.dev/badge/skills/notysoty/openagentskills/observability-checklist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,996 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.00028 $0.01996
Opus 5 $0.00014 $0.00998
Sonnet 5 $0.00006 $0.00399
Haiku 4.5 $0.00003 $0.00200

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

Security

Grade A, and why

Observability Checklist 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.

skills/observability-checklist/SKILL.md · 203 lines

How it starts

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

Observability Checklist

What this skill does

This skill reviews a service or codebase against a comprehensive observability checklist covering structured logging, metrics instrumentation, distributed tracing, alerting, dashboards, and runbooks. It identifies gaps that would make it hard to diagnose incidents, detect regressions, or understand the system's health. The output is a prioritized list of missing observability with recommendations for each gap.

Use this when building a new service, when preparing for an on-call rotation, after an incident where you couldn't figure out what happened, or as part of a production readiness review.

How to use

Claude Code / Cline

Copy this file to .agents/skills/observability-checklist/SKILL.md in your project root.

Then ask:

  • "Use the Observability Checklist skill to review our payments service."
  • "Run an observability review on server/routes/orders.ts using the Observability Checklist skill."

Provide the service description, relevant code files, and information about what observability tooling is already in place (e.g., "we use Datadog, we have some logging but no tracing").

Cursor

Add the instructions below to your .cursorrules or paste them into the Cursor AI pane with the service description and code.

Codex

Provide the service overview and code. Ask Codex to follow the instructions below to produce the observability gap report.

The Prompt / Instructions for the Agent

When asked to review observability, evaluate the service against every item in this checklist:

Pillar 1 — Structured Logging

Must have

  • All logs are structured (JSON or key-value format), not plain string concatenation
  • Every log entry includes: timestamp, severity level, service name, and a message
  • Errors are logged at ERROR level with the full stack trace
  • Warnings are logged at WARN for recoverable issues
  • No sensitive data in logs (passwords, tokens, PII, credit card numbers)

Read the full file on GitHub · 203 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. 8d ago First seen · 203 lines · 28 tokens per session scan A da799eddcb70

Subscribe to this mod's changes

Observability Checklist is a skill published in the GitHub repository Notysoty/openagentskills (9 stars, last pushed 25d ago), licensed MIT. It adds 28 tokens to every session and 1,996 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.

Related

Other skills, from other repositories

monitoring-observability

Monitoring and observability patterns for Prometheus metrics, Grafana dashboards, Langfuse v4 LLM tracing (astype, scorecurrentspan, shouldexportspan, LangfuseMedia), and drift detection. Use when adding logging, metrics, distributed tracing, LLM cost tracking, or quality drift monitoring.

yonatangross/orchestkit · 69 tokens

frontmcp-observability

Use when adding tracing, structured logging, metrics, or monitoring to a FrontMCP server. Covers zero-config OpenTelemetry distributed tracing across all flows; the this.telemetry API for custom spans, events, and attributes in tools, plugins, agents, and skills; structured JSON logging with trace correlation and…

agentfront/frontmcp · 177 tokens

datadog

Full-stack observability with Datadog APM, logs, metrics, synthetics, and RUM. Use when implementing monitoring, tracing, alerting, or cost optimization for production systems.

bobmatnyc/claude-mpm-skills · 43 tokens

Observability & Monitoring

Structured logging, metrics, distributed tracing, and alerting strategies.

ArieGoldkin/ai-agent-hub · 17 tokens

langsmith-observability

LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.

davila7/claude-code-templates · 45 tokens

phoenix-observability

Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, or monitoring production AI systems with real-time insights.

davila7/claude-code-templates · 47 tokens