This walks you through converting scattered console.logs into structured wide events and wiring up evlog in any TypeScript framework. It spots unstructured error handling, missing context, and log spam, then guides you through framework-specific setup for Nuxt, Next.js, SvelteKit, and a dozen others. The reviews cover drain adapters (Axiom, OTLP, Sentry, Datadog), sampling strategies, and AI SDK telemetry like token usage and cost tracking. Useful when you're inheriting a codebase with logging chaos or setting up observability from scratch. The code review checklist and wide events reference are genuinely practical if you're tired of debugging production issues with nothing but "error occurred" in the logs.
npx skills add https://github.com/hugorcd/evlog --skill review-logging-patterns