cyberneticlibrary

Read and analyze application logs

log-managerskillsetup L2381
majiayu000/claude-skill-registry
What it does

Read application logs and scan for errors

Best for

Diagnosing live application failures by quickly surfacing the last N log lines and error patterns without parsing structured logs.

Inputs
  • · lines (optional, default 50)
  • · process_name (optional, PM2 name)
Outputs
  • · Log tail text
  • · Error summary (keywords: Error, Exception, Fail)
Requires
  • · PM2 (process manager)
Preconditions
  • · PM2 running with active processes
  • · bot.log or PM2 logs accessible
Failure modes
  • · PM2 not installed or processes not running
  • · No readable log files at expected paths
  • · Logs truncated if too many lines requested
Trust signals
  • · Explicit bash script paths included
  • · PM2 integration documented
  • · Error keyword matching described