🔎
QualityPython

Observability Audit

by markmdev

Observability Audit is a Quality skill for Claude Code, published by markmdev in meridian.

183 stars22 forkson markmdev/meridianAdded 2026/09/06+1% in starsRepository updated 2026/03/11
ai-agentsanthropicautomationclaudeclaude-codedeveloper-toolsdeveloper-workflownextjsnodejsopen-sourceproductivitysoftware-engineeringtask-runnertddtypescriptworkflow-automationzero-config
Install in seconds
Install Observability Audit
Copy Observability Audit into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/markmdev/meridian/tree/main/skills/observability-audit ~/.claude/skills/observability-audit

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/markmdev/meridian.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/observability-audit/SKILL.md in markmdev/meridian
Installs to
~/.claude/skills/observability-audit
Collection
One of 6 skills cataloged from this repository
Category
Quality1745 skills

What Observability Audit does

Observability Audit finds debug logs, missing error logging, and thin context in existing code. Use it when production issues are hard to diagnose and you need fixes that stay within the app's current observability tools.

Observability Audit is cataloged under Quality on DirSkills. Observability Audit comes from a repository tagged ai-agents, anthropic, automation, claude and claude-code.

Documentation

README

Observability Audit

Code that works locally but is impossible to debug in production. This skill finds and fixes observability gaps using whatever tools the app already has.

Step 0: Research existing observability tooling

Before anything else, explore the codebase to understand what's already in use:

  • Error tracking: Sentry, Bugsnag, Rollbar, or similar?
  • Logging: structured logger (Pino, Winston, Bunyan), cloud provider SDK, custom wrapper?
  • APM / metrics: Datadog, New Relic, OpenTelemetry?
  • Analytics: PostHog, Segment, Amplitude?
  • Any custom logger or telemetry utilities?

Read how they're configured and how they're used in existing code. All fixes must use these — never introduce a new observability dependency or pattern.

What to look for

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Observability Audit

  • What else does markmdev publish alongside Observability Audit?

    Observability Audit is one of 6 skills that DirSkills catalogs from markmdev/meridian, the repository it ships in. Its siblings there include Add Frontmatter, Create Docs and Error Audit. Each one is a separate skill with its own page in this directory, installs the same way Observability Audit does, and is maintained by markmdev in that same repository. The rest of the collection is listed on the markmdev/meridian page.

  • How does Observability Audit compare to other Quality skills?

    Observability Audit ranks #1662 by stars among the 1745 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Observability Audit against them. Open each page to compare what they document and how they install.