OB
observability
Use this skill for logs, metrics, tracing, health checks, and dashboards.
Install
mkdir -p .claude/skills/observability-devartblake && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13490" && unzip -o skill.zip -d .claude/skills/observability-devartblake && rm skill.zipInstalls to .claude/skills/observability-devartblake
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this skill for logs, metrics, tracing, health checks, and dashboards.73 chars · catalog description✓ has a “when” trigger
About this skill
Skill: Observability
Use this skill for logs, metrics, tracing, health checks, and dashboards.
Procedure
- Identify the operational question the signal must answer.
- Add structured logs with correlation/context.
- Add metrics only if they will be used.
- Add traces around network/DB/queue boundaries.
- Keep health checks separated into liveness and readiness when possible.
- Avoid logging secrets or PII.
Alpha signals
- API startup
- DB migration success/failure
- auth failures
- wallet mutations
- match submit failures
- MinIO seed loading
- sidecar timeout/fallback