log-analyzer
Analyze application logs to detect errors, patterns, anomalies, and generate insights. Use when troubleshooting issues or analyzing system behavior.
npx skills add majiayu000/claude-skill-registry --skill log-analyzer-ntaksh42-agents-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Log Analyzer Skill アプリケーションログを分析し、問題を特定するスキルです。 ## 概要 大量のログファイルからエラー、警告、パターンを検出し、根本原因を分析します。 ## 主な機能 - **エラー検出**: 例外、スタックトレース、エラーメッセージ - **パターン認識**: 繰り返し発生する問題 - **時系列分析**: エラーの発生傾向 - **根本原因分析**: ログから問題の原因を推定 - **統計情報**: エラー率、レスポンスタイム等 - **アラート生成**: 異常検知と通知 - **ログレベル分類**: ERROR、WARN、INFO、DEBUG ## 使用方法 ``` 以下のログを分析: [ログファイルの内容] 分析項目: - エラーの種類と頻度 - 根本原因の推定 - 解決策の提案 ``` ## 分析例 ### エラーログ分析 **入力ログ**: ``` 2024-06-15 10:23:45 ERROR [database] Connection timeout after 30s 2024-06-15 10:23:50 ERROR [database] Connection timeout after 30s 2024-06-15 10:24:12 ERROR [database] Connection timeout after 30s 2024-06-15 10:25:33 ERROR [api] Failed to fetch user data: Database unavailable 2024-06-15 10:25:34 ERROR [api] Failed to fetch user data: Database unavailable ``` **分析結果**: ```markdown # ログ分析レポート ## サマリー - **分析期間**: 2024-06-15 10:23:45 - 10:25:34 (2分間) - **総ログ数**: 450行 - **エラー数**: 5件 - **警告数**: 12件 ## 検出された問題 ### [CRITICAL] データベース接続タイムアウト **頻度**: 3回(10:23:45 - 10:24:12) **影響**: API リクエスト失敗(2件) **ログパターン**: ``` ERROR [database] Connection timeout after 30s ``` **根本原因(推定)**: 1. データベースサーバーの過負荷 2. ネットワーク接続の問題 3. コネクションプールの枯渇 **推奨アクション**: 1. データベースのCPU/メモリ使用率を確認 2. スロークエリログをチェック 3. コネクションプールサイズを
- 概要
- 主な機能
- 使用方法
- 分析例
- エラーログ分析
- サポートログ形式
- ベストプラクティス
- バージョン情報
What does the log-analyzer skill do?
Analyze application logs to detect errors, patterns, anomalies, and generate insights. Use when troubleshooting issues or analyzing system behavior.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill log-analyzer-ntaksh42-agents-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
