log-error-digest
仓库创建 2025年6月22日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
自动提取异常模式与热区,显著节省人工排查时间。
这个 Skill 做什么
分析日志并做错误聚类、频率与时间分布报告以定位根因与高发时段。
接收 .log 文件后自动做错误聚类、频率统计和时间分布分析,能把类似错误按模式归类(会把 IP、UUID、数字等变量化),找出高发时段和可能根因。支持 JSON、syslog、Nginx 等常见日志格式,适合上传日志想快速定位问题、看趋势或生成汇报时用。输出直观的错误组与数量,便于后续排查。
▸ 展开 SKILL.md 英文原文
Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or get distribution stats.
4.4k
Stars
448
Forks
40
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/zebbern/claude-code-guide/main/skills/log-error-digest/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/zebbern/claude-code-guide/main/skills/log-error-digest/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Log Error Digest
Automated log file analysis that produces error clustering, frequency statistics, and time distribution reports.
## Features
- **Error Clustering**: Groups similar error messages by normalizing dynamic parts (IPs, UUIDs, numbers, etc.) to identify root causes
- **Frequency Statistics**: Counts occurrences by error type, sorted by severity
- **Time Distribution**: Shows error distribution by hour and by date, helping pinpoint peak error periods
## Supported Log Formats
| Format | Description | Auto-detection |
|--------|-------------|----------------|
| JSON | One JSON object per line with `timestamp`/`level`/`message` fields | Starts with `{` |
| syslog | RFC 3164 forvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有