log-analyzer
✓Parse and analyze application logs to identify errors, patterns, and insights.
Installation
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.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/curiouslearner/devkit --skill log-analyzer- Source
- curiouslearner/devkit
- 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
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01