askill
eng-observability

eng-observabilitySafety 90Repository

Design every change with traceability, diagnostics, and fast incident triage in mind across mobile, web, and web3 stacks.

0 stars
1.2k downloads
Updated 2/17/2026

Package Files

Loading files...
SKILL.md

Observability and Debugging Discipline

Intent

  • Make it trivial to answer “what is happening” and “why” without attaching a debugger in production.
  • Ensure logs, metrics, events, and traces capture user intent, environment, and failure context while protecting sensitive data.

Guiding Principles

  1. Prefer structured logs + correlation IDs over ad-hoc strings.
  2. Emit signals at every boundary (client, API, worker, contract invocation).
  3. Include context (user/session/network/chain) necessary to reproduce issues.
  4. Keep signal cost reasonable—throttle chatty paths, sample intelligently.
  5. Build fast local debugging loops (trace replay, state inspectors, dev wallets).

Workflow

  1. Identify critical paths affected and define success/error signals per path.
  2. Add/extend tracing spans or log blocks with consistent field names.
  3. Validate observability locally by simulating successes, errors, and timeouts; ensure signals reach the sink (console, APM, analytics, chain explorer).
  4. Document dashboards, queries, or CLI commands useful for post-deploy verification.
  5. For on-chain logic, emit events with canonical schema so downstream indexers can consume them.

Verification

  • Run the code with verbose logging/tracing enabled; inspect outputs for clarity and privacy.
  • Confirm metrics/counters appear where expected (APM, telemetry pipeline, analytics, chain explorer).
  • Dry-run incident response: can you locate a test failure or simulated outage using only emitted signals? If not, iterate.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

75/100Analyzed 2/25/2026

Solid observability discipline skill with clear intent, guiding principles, and workflow structure. Covers mobile, web, and web3 stacks with emphasis on structured logs, correlation IDs, and boundary signals. Scores well on clarity, safety, and reusability. Actionability is moderate—provides conceptual workflow but lacks specific commands, tool names, or detailed implementation steps that would make it immediately actionable. Verification section encourages testing but doesn't provide concrete test patterns. Overall a good reference skill that could be elevated with more prescriptive guidance.

90
85
80
70
50

Metadata

Licenseunknown
Version-
Updated2/17/2026
Publishertjboudreaux

Tags

apici-cdgithub-actionsobservabilitytesting