debug-logs

Coordinate structured debugging workflows using a centralized log server.

6|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/UnaMentis/unamentis --skill debug-logs-unamentis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-logs
Source: https://github.com/UnaMentis/unamentis/tree/main/.claude/skills/debug-logs
Command: npx skills add https://github.com/UnaMentis/unamentis --skill debug-logs-unamentis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured debugging workflow that uses a centralized log server to capture, organize, and analyze logs for faster issue reproduction and root-cause identification.

Core Features & Use Cases

  • Centralized workflow: Coordinate log capture, collection, and timeline reconstruction across components.
  • Guided analysis: Step-by-step approach to identify blocking points, pattern detection, and performance issues.
  • Reproducible debugging: Clear steps to reproduce issues and verify fixes using log server health and logs APIs.

Quick Start

Start the log server, reproduce the issue, then use the /debug-logs commands to capture and analyze logs.

Frequently Asked Questions about debug-logs

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

FAQPage Schema
How do I debug application crashes using a centralized log server workflow?

Debugging app freezes with a centralized log server involves fetching logs from the health and logs APIs to reconstruct the timeline. This structured workflow helps identify blocking points and performance bottlenecks across local and CI environments.

What is the best way to capture and analyze logs for performance bottlenecks?

Capturing logs for reproduction issues requires clear steps to trigger the problem and verify fixes using a log server's health and logs APIs. A structured debugging workflow ensures logs are collected and organized for faster root-cause analysis.

Do I need a specific log server setup to run centralized log debugging?

Yes, centralized log debugging requires a running log server on port 8765 with available health and logs APIs. This setup is required to execute the structured debugging workflow and fetch logs for analysis.

Can I use this structured debugging workflow in CI environments?

Yes, this structured debugging workflow applies to troubleshooting app freezes, performance bottlenecks, and crash scenarios across both local and CI environments. It uses a centralized log server to coordinate log capture and analysis.

How does a centralized log server help with root-cause identification?

A centralized log server helps with root-cause identification by coordinating log capture, collection, and timeline reconstruction across components. This structured approach organizes logs for faster issue reproduction and guided analysis.