·log-analyzer
</>

log-analyzer

curiouslearner/devkit

Parse and analyze application logs to identify errors, patterns, and insights.

8Installs·0Trend·@curiouslearner

Installation

$npx skills add https://github.com/curiouslearner/devkit --skill log-analyzer

SKILL.md

Parse and analyze application logs to identify errors, patterns, and insights.

Error: connect ETIMEDOUT Error: Too many connections Error: Connection pool timeout

// Increase pool size const pool = new Pool({ max: 50, // was: 10 min: 5, acquireTimeoutMillis: 30000, idleTimeoutMillis: 30000 });

Parse and analyze application logs to identify errors, patterns, and insights. Source: curiouslearner/devkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/curiouslearner/devkit --skill log-analyzer
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is log-analyzer?

Parse and analyze application logs to identify errors, patterns, and insights. Source: curiouslearner/devkit.

How do I install log-analyzer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/curiouslearner/devkit --skill log-analyzer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/curiouslearner/devkit