log-analysis

Analyze Rust application logs from local, Docker, and remote environments.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/RebelliousSmile/my-claude-marketplace --skill log-analysis-rebellioussmile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-analysis
Source: https://github.com/RebelliousSmile/my-claude-marketplace/tree/main/plugins/sc-rust/skills/log-analysis
Command: npx skills add https://github.com/RebelliousSmile/my-claude-marketplace --skill log-analysis-rebellioussmile

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of analyzing Rust application logs from various environments, making it easier to identify and diagnose issues.

Core Features & Use Cases

  • Multi-Environment Analysis: Works with logs from local filesystem, Docker containers, and remote production servers.
  • Log Format Support: Handles tracing subscriber output, env_logger, actix-web/axum/tower-http request logs, and panic backtraces.
  • Automated Discovery: Auto-discovers Docker containers running the Rust binary.
  • Use Case: When you need to quickly analyze logs from a Rust application, this Skill can help you identify errors, search for specific patterns, or summarize log data.

Quick Start

Use the log-analysis skill to check the last 50 lines of logs from the local environment.

Frequently Asked Questions about log-analysis

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

FAQPage Schema
How do I analyze Rust application logs from a Docker container?

To analyze Rust application logs from a Docker container, the Skill auto-discovers containers running the Rust binary and provides actions to tail, parse, and summarize log data. It requires Docker access to function properly.

What Rust log formats are supported for error diagnosis?

Supported Rust log formats for error diagnosis include tracing subscriber output, env_logger, actix-web/axum/tower-http request logs, and panic backtraces. The Skill parses these formats to identify issues.

Can I search for specific patterns in Rust logs on a remote production server?

Yes, you can search for specific patterns in Rust logs on a remote production server. The Skill handles multi-environment analysis, allowing you to parse errors and search log data from remote production environments.

Does this Skill work with tracing subscriber output and env_logger?

Yes, this Skill works with tracing subscriber output and env_logger. It is designed to handle various Rust log formats, including these specific logging frameworks, to identify and diagnose issues.

What's the best way to tail and summarize logs from a Rust application?

The best way to tail and summarize logs from a Rust application is using this Skill's automated actions. It handles various log formats across local, Docker, and remote environments to summarize log data and parse errors.

Do I need Docker installed to analyze local Rust logs?

No, you do not need Docker installed to analyze local Rust logs. Docker is only required if you are analyzing logs from Docker containers; the Skill independently handles logs from the local filesystem and remote servers.