AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Observability And Instrumentation

skill-hsienw-ai-agent-engineering-playbook-observability-and-instrumentation · by HsienW

Add or review observability. Use when adding logs, metrics, traces, audit events, health checks, alerts, or production diagnostics for features, background jobs, APIs, tools, and integrations.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-hsienw-ai-agent-engineering-playbook-observability-and-instrumentation

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-hsienw-ai-agent-engineering-playbook-observability-and-instrumentation)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
16d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Observability And Instrumentation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Observability and Instrumentation

Skill Interface

  • Name: observability-and-instrumentation.
  • Description: Add or review observability through logs, metrics, traces, audit events, health checks, alerts, and production diagnostics for features, background jobs, APIs, tools, and integrations.
  • Parameters: Feature or workflow being observed, operator questions, success and failure paths, correlation identifiers, sensitive fields, telemetry sinks, alert thresholds, and verification method.
  • Instructions: Use this skill when adding or assessing production signals. Define the questions operators need answered, choose bounded signals, redact sensitive data, include correlation, and verify emitted telemetry in the expected sink.

Instrument the questions operators need to answer. Do not add noisy logs as a substitute for clear signals.

Process

  1. Define what "working" means for the feature.
  2. Identify the questions needed during an incident.
  3. Choose the signal: log, metric, trace, audit event, health check, or alert.
  4. Add correlation identifiers at request, job, tool, or workflow boundaries.
  5. Capture success, failure, timeout, cancellation, retry, and degraded paths.
  6. Redact sensitive values.
  7. Verify signals appear in the expected local or staging sink.

Signal Guidance

  • Logs: explain discrete events and decisions.
  • Metrics: track rates, latency, saturation, errors, and business counters.
  • Traces: connect work across services, tools, providers, queues, and retries.
  • Audit events: record security-sensitive actions with actor, target, and

outcome.

  • Health checks: prove dependency readiness without exposing internals.

Redaction Rules

Never log credentials, tokens, passwords, authorization headers, private keys, session identifiers, full request bodies, or personal data unless a policy explicitly allows a redacted field.

Alert Rules

  • Alert on user impact, data risk, security risk, or exhausted capacity.
  • Avoid alerts that require no action.
  • Include runbook context when possible.

Verification

Confirm:

  • Expected success and failure signals are emitted.
  • Identifiers allow one request or workflow to be followed.
  • Sensitive data is not present.
  • Metric names and labels are bounded and stable.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.