observability-checklist

Solid

Reviews a service or codebase against a full observability checklist — logs, metrics, traces, and alerting gaps.

AI & Automation 9 stars 1 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
33
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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 revi...

Details

Author
Notysoty
Repository
Notysoty/openagentskills
Created
5 months ago
Last Updated
6 days ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category