Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Log Analyzer

  • 21 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

log-analyzer is a Claude Code skill that parses and analyzes log files to extract patterns, filter entries, generate statistics, and detect errors.

About

log-analyzer is a Claude Code skill that parses and analyzes log files using a bundled Python script based on logparser. A developer uses it to filter by log level, search for patterns, generate statistics, and detect errors, plus a tail mode. It is useful for triaging application logs and finding failures.

  • Filters log entries by level (e.g. ERROR)
  • Searches log patterns with grep-style matching
  • Generates statistics and tails the last N lines

Log Analyzer by the numbers

  • 21 all-time installs (skills.sh)
  • Ranked #393 of 596 Debugging skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

log-analyzer capabilities & compatibility

Capabilities
log parsing · error detection · pattern search
Use cases
debugging · data analysis
Pricing
Free
From the docs

What log-analyzer says it does

Parse and analyze log files to extract patterns, filter entries, generate statistics, and detect errors.
SKILL.md
python scripts/log_analyzer.py app.log --level ERROR
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill log-analyzer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs21
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Parse a log file to filter by level, search patterns, and detect errors.

When should I use this skill?

A developer needs to analyze logs or find errors in logs.

What you get

The developer gets filtered, searched, and summarized log output with errors surfaced.

By the numbers

  • 5 modes: analyze, filter by level, grep pattern, stats, tail

Files

SKILL.mdMarkdownGitHub ↗

Log Analyzer Tool

Description

Parse and analyze log files to extract patterns, filter entries, generate statistics, and detect errors.

Trigger

  • /logs command
  • User needs to analyze logs
  • User wants to find errors in logs

Usage

# Analyze log file
python scripts/log_analyzer.py app.log

# Filter by level
python scripts/log_analyzer.py app.log --level ERROR

# Search pattern
python scripts/log_analyzer.py app.log --grep "connection failed"

# Get statistics
python scripts/log_analyzer.py app.log --stats

# Tail mode
python scripts/log_analyzer.py app.log --tail 100

Tags

logs, analysis, debugging, monitoring, errors

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

Debuggingmonitoringsupport

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.