Use when adding or changing production modules, APIs, jobs, workflows, database operations, external calls, queues, caches, or operational failure behavior.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Use when adding or changing production modules, APIs, jobs, workflows, database operations, external calls, queues, caches, or operational failure behavior.
Observability Instrumentation Skill
Workflow
Find the repository's logger, OpenTelemetry initialization, semantic conventions, metric registry, dashboards, alerts, SLOs, and runbooks.
Define the operation boundary and telemetry questions: demand, success/failure, latency, saturation, dependency behavior, and critical business outcome.
Add spans only at meaningful boundaries and propagate context across all async/distributed hops.
Use stable low-cardinality attributes and redact sensitive data.
Add structured events at the ownership layer; avoid duplicate logs.
Add counters/gauges/histograms with explicit units, descriptions, and bounded labels.
Add tests for context propagation, error status, log redaction, metric emission, and cardinality where tooling supports it.
Update operational documentation and alert/runbook ownership.
Review checklist
no raw secrets or payloads;
no user-controlled metric label values;
no per-function span noise;
no duplicate exception logs;
timeout/retry/circuit state observable;
telemetry failure cannot break the business operation unless explicitly required.