From log-analysis-tool
Analyzes application logs to identify performance issues, slow requests, error patterns, and resource warnings. Outputs analysis queries and dashboard configurations.
How this command is triggered — by the user, by Claude, or both
Slash command
/log-analysis-tool:analyze-logsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Log Analysis Tool Analyze application logs to identify performance issues and optimization opportunities. ## Analysis Areas 1. **Slow Requests**: Identify requests exceeding latency thresholds 2. **Error Patterns**: Detect recurring errors and exceptions 3. **Resource Warnings**: Find resource exhaustion warnings 4. **Query Performance**: Extract slow database queries from logs 5. **Traffic Patterns**: Analyze request patterns and spikes 6. **Exception Trends**: Track exception frequency over time ## Process 1. Define log aggregation strategy 2. Set up structured logging if not prese...
Analyze application logs to identify performance issues and optimization opportunities.
Provide:
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin log-analysis-tool22plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 22 plugins
/analyze-logsAnalyzes application logs to identify performance issues—slow requests, error patterns, resource warnings, traffic trends. Produces aggregation setup, analysis queries, dashboards, and alert rules.
/queryQueries Logfire telemetry data interactively via SQL or adds programmatic query capabilities to code. Supports MCP-based exploration and REST API usage.
/logging-reviewAnalyzes logging and observability practices, identifies gaps, and creates a prioritized improvement plan. Supports scoping by file path, current changes, recent commits, or PR.
/search-logsSearches logs via Better Stack Logtail with structured queries, supporting source, time range, and limit filters. Returns formatted log entries with error pattern analysis and investigation context.
/error-analysisAnalyzes errors from stack traces, logs, or descriptions, classifies by severity and type, and produces root-cause analysis with fix recommendations.