log-analyzer

📁 aidotnet/moyucode 📅 Jan 28, 2026
4
总安装量
2
周安装量
#52718
全站排名
安装命令
npx skills add https://github.com/aidotnet/moyucode --skill log-analyzer

Agent 安装分布

opencode 2
claude-code 2
cursor 2
mcpjam 1
zencoder 1

Skill 文档

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: âœ