log-analysis

Analyze application and system logs to identify errors, patterns, and root causes.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tense-i/tslink --skill log-analysis-tense-i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-analysis
Source: https://github.com/tense-i/tslink/tree/main/skills/log-analysis
Command: npx skills add https://github.com/tense-i/tslink --skill log-analysis-tense-i

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly identify issues, understand system behavior, and pinpoint the root causes of errors by effectively analyzing application and system logs.

Core Features & Use Cases

  • Error Identification: Quickly find and diagnose errors within log data.
  • Pattern Recognition: Discover trends, anomalies, and recurring issues in system behavior.
  • Root Cause Analysis: Trace events and errors back to their origin for effective problem-solving.
  • Use Case: If your application is experiencing intermittent failures, use this Skill to analyze logs from the relevant time period, identify common error messages, and correlate them with specific user actions or system events to find the cause.

Quick Start

Analyze the application logs for any errors that occurred in the last hour.

Frequently Asked Questions about log-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze application logs to find the root cause of intermittent system failures?

To analyze application logs for intermittent failures, filter log data by timestamp and service to identify common error messages, then correlate them with specific user actions or system events to pinpoint the root cause. This process reveals recurring patterns causing the failures.

What is the best way to search logs using trace IDs and user IDs for debugging?

The best way to search logs for debugging is by filtering with trace IDs and user IDs to isolate specific user sessions and request flows. This targeted search exposes exact error types and system behavior anomalies tied to individual transactions.

Can I monitor error rates by service using structured logging?

Yes, you can monitor error rates by service using structured logging. By aggregating and filtering logs by specific service names and error types, you discover trends in system behavior and identify which components generate the most failures.

How do I identify error patterns and anomalies in system behavior from log data?

You identify error patterns and anomalies in system behavior by applying pattern recognition to aggregated log data. Filtering by timestamp, service, and error type reveals recurring issues and trends, enabling effective troubleshooting and proactive monitoring.