Skip to main content
Back to the directory
hugorcd/evlogSoftware EngineeringFrontend and Design

review-logging-patterns

Structured logging for TypeScript/JavaScript with framework-agnostic setup, wide events, and drain adapters.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
690

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/hugorcd/evlog --skill review-logging-patterns
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, review-logging-patterns has 690 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: hugorcd/evlog. Canonical URL: https://skills.sh/hugorcd/evlog/review-logging-patterns.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Structured logging for TypeScript/JavaScript with framework-agnostic setup, wide events, and drain adapters. Review and improve logging patterns in TypeScript/JavaScript codebases. Transform scattered console.logs into structured wide events and convert generic errors into self-documenting structured errors. All evlog functions ( useLogger , createError , parseError , log ) are auto-imported — no import statements needed. Drain, enrich, and tail sampling use Nitro hooks in server plugins: Client transport (auto-configured Vue plugin): Client-side: log , setIdentity , clearIdentity are auto-imported in components. Step 1: Create central config — all exports come from here: Step 2: Wrap route handlers with withEvlog() : Step 3: Server Actions — same withEvlog() wrapper: Step 4: Middleware (optional — sets x-request-id + timing headers): Step 5: Client Provider — wrap root layout: Step 6: Client logging — in any client component: Step 7 (optional): Instrumentation — startup + global onRequestError (SSR/RSC errors outside withEvlog ). Use defineNodeInstrumentation(() => import('./lib/evlog')) in root instrumentation.ts to gate Node + cache the import, or write register / onRequestError manually — both are valid. For custom logic, wrap evlog’s register / onRequestError inside lib/evlog.ts (compose with your own init or metrics), then re-export.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does review-logging-patterns do?

Structured logging for TypeScript/JavaScript with framework-agnostic setup, wide events, and drain adapters.

Is review-logging-patterns good?

review-logging-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support review-logging-patterns?

review-logging-patterns currently lists compatibility with Skills CLI.

Is review-logging-patterns safe to install?

review-logging-patterns has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to review-logging-patterns?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install review-logging-patterns?

Run the following command to install review-logging-patterns: npx skills add https://github.com/hugorcd/evlog --skill review-logging-patterns

Related skills

More from hugorcd/evlog

Related skills

Alternatives in Software Engineering