review-logging-patterns

Review TypeScript/JavaScript logging patterns and convert console.logs to structured evlog events.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/memorysaver/SIBYL --skill review-logging-patterns-memorysaver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-logging-patterns
Source: https://github.com/memorysaver/SIBYL/tree/main/.agents/skills/review-logging-patterns
Command: npx skills add https://github.com/memorysaver/SIBYL --skill review-logging-patterns-memorysaver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires evlog, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines code review for logging patterns and encourages the adoption of structured logging with evlog, reducing errors and improving code quality.

Core Features & Use Cases

  • Code Review: Analyze TypeScript/JavaScript codebases for logging best practices.
  • Structured Logging: Convert scattered console.logs into structured wide events and improve error handling.
  • Integration: Supports various frameworks like Nuxt, Next.js, SvelteKit, Nitro, and more.
  • Use Case: Use this Skill to review a new project for logging practices and set up evlog for consistent structured logging.

Quick Start

Run the review-logging-patterns skill to check your project's logging patterns and get setup instructions.

Frequently Asked Questions about review-logging-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for logging patterns in TypeScript?

Automate code review for logging patterns by analyzing TypeScript codebases to detect scattered console logs and convert them into structured wide events using evlog for consistent logging practices.

What is structured logging and how does evlog improve error handling?

Structured logging organizes log data into consistent wide events, and evlog improves error handling by replacing scattered console logs with searchable, contextual data across your application.

Can I use this logging review skill with Next.js or SvelteKit?

Yes, the logging review skill supports Next.js and SvelteKit, along with Nuxt and Nitro, to analyze logging practices and integrate evlog for structured wide events across these frameworks.

What is the best way to convert console logs to structured wide events?

The best way to convert console logs to structured wide events is to run an automated logging pattern review that identifies scattered console logs and integrates evlog for consistent error handling.

Does integrating evlog require a specific JavaScript framework?

No, integrating evlog does not require a specific JavaScript framework; the review process supports multiple frameworks like Nuxt, Next.js, SvelteKit, and Nitro for structured logging.