log-analysis-tools

Analyze multi-framework logs and surface errors with view, tail, search, prune, and stats commands.

17|8|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/Interstellar-code/claud-skills --skill log-analysis-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-analysis-tools
Source: https://github.com/Interstellar-code/claud-skills/tree/main/generic-claude-framework/skills/log-analysis-tools
Command: npx skills add https://github.com/Interstellar-code/claud-skills --skill log-analysis-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gzip, lnav, fd, ripgrep, bat.

What problem does it solve?

This Skill enables fast, framework-aware analysis of application logs to surface errors and actionable insights, reducing debugging time.

Core Features & Use Cases

  • Multi-framework support: Automatically detects log sources for Laravel, CodeIgniter, Next.js, React, Symfony, Django, Flask, and Express, and routes commands to the appropriate logs.
  • Real-time & historical insights: View, tail, search, prune, and generate statistics to identify error patterns, peak periods, and top issues.
  • Lightweight, token-efficient workflows: Uses standard CLI tools to extract data quickly and minimize token usage.

Quick Start

Use the log-analysis-tools skill to inspect logs in your project:

  • bash .claude/skills/log-analysis-tools/log-tools.sh errors
  • bash .claude/skills/log-analysis-tools/log-tools.sh stats
  • bash .claude/skills/log-analysis-tools/log-tools.sh prune

Frequently Asked Questions about log-analysis-tools

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

FAQPage Schema
How do I analyze application logs for errors across multiple frameworks?

Real-time log tailing streams live application errors directly to your terminal. It leverages lnav and standard Unix tools to monitor multiple framework log sources continuously without manual file tracking.

What is the best way to search Laravel or Django logs for specific error patterns?

Log pruning removes outdated entries to reduce disk usage and noise. The skill executes targeted commands to safely clean up historical framework logs while preserving recent error data for active debugging.

Do I need to install lnav and ripgrep to use framework-aware log analysis?

Yes, framework-aware log analysis requires gzip, lnav, fd, ripgrep, and bat installed. These CLI dependencies handle real-time tailing, contextual search, and token-efficient output extraction across detected framework logs.

How does framework detection work for application log discovery?

Framework detection identifies Laravel, CodeIgniter, Next.js, React, Symfony, Django, Flask, and Express environments automatically. It routes view, tail, search, and stats commands to the appropriate log paths without manual configuration.