Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevOpsMédio

Review logging patterns

porhugorcd·hugorcd· v1.0.0 · atualizado em 2026-04-10
79
Score

Review code for logging patterns and suggest evlog adoption. Guides setup on Nuxt, Next.js, SvelteKit, Nitro, TanStack Start, NestJS, Express, Hono, Fastify, Elysia, Cloudflare Workers, and standalone TypeScript. Detects console.log spam, unstructured errors, and missing context. Covers wide events, structured errors, drain adapters (Axiom, OTLP, PostHog, Sentry, Better Stack), sampling, and enrichers.

loggingobservabilityerror-handlingtypescriptjavascriptstructured-loggingevlog
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdreview-logging-patterns/workflow
Install evlog: `npm install evlog`.
Configure evlog for the specific framework (Nuxt, Next.js, etc.) using the provided examples.
Replace `console.log` statements with `log.info`, `log.error`, etc., using the `useLogger` hook.
Implement structured errors using `createError`.
Configure drain adapters (Axiom, OTLP, etc.) to send logs to the desired destination.
Add enrichers to include additional context in log messages.
Test the logging setup to ensure that logs are being generated and drained correctly.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Depende deHono Skill
100%
Hebbian Synapse
Composite1.000
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aLogging Best Practices Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aADK Observability Guide
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aOnchain OS Audit Log
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82

Árvore do Skill

Review logging patterns
review-logging-patterns
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers7
review logging patterns in codebaseimprove logging in typescript projectconvert console.log to structured loggingsetup evlog in a new projectconfigure log drainingimplement structured error handlingdetect logging anti-patterns

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download review-logging-patterns
$ synaptic skills detail review-logging-patterns
$ synaptic skills live review-logging-patterns

Dependências

evlogevlog/nuxtevlog/nextevlog/sveltekitevlog/nitro/v3evlog/nitroevlog/nestjsevlog/expressevlog/honoevlog/axiom@sveltejs/kithonofastifyelysia@nestjs/common@tanstack/react-startnitropack/config

Links

GitHub Repository