diagnose

Analyze RT-Claw error logs to classify issues and suggest targeted fixes.

8|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/zevorn/rt-claw --skill diagnose-zevorn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diagnose
Source: https://github.com/zevorn/rt-claw/tree/main/.claude/skills/diagnose
Command: npx skills add https://github.com/zevorn/rt-claw --skill diagnose-zevorn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers analyze error logs from RT-Claw's embedded systems and automated environments, identifying root causes efficiently.

Core Features & Use Cases

  • Error Classification: Differentiates between build, runtime, network, CI, and boot failures based on logs.
  • Pattern Recognition: Matches log patterns to common issues detailed in troubleshooting guides.
  • Guided Fix Suggestions: Provides specific actions to resolve identified issues, reducing debugging time.
  • Use Case: When a developer encounters a kernel panic in QEMU, this Skill analyzes the log, detects the cause, and suggests appropriate fixes like increasing stack size or checking memory access.

Quick Start

Paste the error log output directly into this Skill for immediate analysis and troubleshooting guidance.

Frequently Asked Questions about diagnose

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

FAQPage Schema
How do I troubleshoot RT-Claw error logs for compilation and runtime failures?

To troubleshoot RT-Claw error logs, paste the log output directly into the analyzer. It classifies compilation and runtime failures, identifies root causes through pattern recognition, and suggests targeted fixes to improve debugging efficiency.

What is the best way to diagnose a kernel panic in QEMU using error logs?

Diagnosing a kernel panic in QEMU involves analyzing the error logs to detect the underlying cause. The analyzer evaluates the log output and suggests appropriate fixes like increasing stack size or checking memory access to resolve the issue.

Does this log analysis approach work for network and CI failures in embedded systems?

Yes, this log analysis approach works for network and CI failures in embedded systems. It differentiates between build, runtime, network, CI, and boot failures by matching log patterns to common issues detailed in troubleshooting guides.

How do I get fix suggestions for system startup errors in automated environments?

To get fix suggestions for system startup errors, input the error logs from your automated environments into the analyzer. It identifies the root causes of boot failures and provides specific actions to resolve the identified issues.

What are the limitations of using pattern recognition for embedded systems debugging?

The limitation of using pattern recognition for embedded systems debugging is that it relies on matching logs to common issues in troubleshooting guides. It may not identify novel root causes if the error logs lack recognizable patterns or precedents.