Log Error Analyzer

Analyze log files to extract errors, warnings and generate summary

jadegate 77c2b45 2 files · 4.4 KB Updated

File contents

Log Error Analyzer

Analyze log files to extract errors, warnings and generate summary

When to Use

  • User wants to analyze logs
  • User wants to log analysis
  • Keywords: log, error, analysis, debug

Required Parameters

  • log_path (string): Path to log file

Output

  • errors (array): Extracted error lines
  • warnings (array): Extracted warning lines
  • summary (string): LLM summary of issues

Security

  • Sandbox level: strict
  • Max execution time: 30000ms
  • JadeGate verified: Yes (5-layer security check passed)

Execution Flow

Entry: read_log -> 7 steps -> Exit: ret_ok, ret_fail

jadegate/jadegate/tree/main/skills/log-error-analyzer commit 77c2b455ad

Frequently asked questions

npx skillmds@latest add jadegate/log-error-analyzer