bug-investigation

Analyze logs and stack traces to identify bug root causes and code fixes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Katsu0424/Skills-factory --skill bug-investigation-katsu0424
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-investigation
Source: https://github.com/Katsu0424/Skills-factory/tree/main/artifacts/skills/bug-investigation
Command: npx skills add https://github.com/Katsu0424/Skills-factory --skill bug-investigation-katsu0424

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automatically identifies the root cause of errors and suggests code fixes, saving developers significant debugging time.

Core Features & Use Cases

  • Automated Error Analysis: Analyzes various log formats (structured, stack traces, Sentry alerts) to pinpoint the source of bugs.
  • Root Cause Identification: Determines the underlying reason for the error.
  • Code Fix Suggestions: Provides concrete code modifications to resolve the issue.
  • Use Case: When an application crashes, paste the error log into the chat, and the Skill will analyze it, identify the problematic code section, and propose a corrected version.

Quick Start

Paste your error log and ask me to investigate the cause.

Frequently Asked Questions about bug-investigation

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

FAQPage Schema
How do I find the root cause of a bug from a stack trace?

To find the root cause of a bug from a stack trace, paste the error log into the chat. The skill analyzes structured logs and stack traces to pinpoint the exact code location and suggest actionable fixes.

Can I analyze Sentry alerts to get code fix suggestions?

Yes, you can analyze Sentry alerts for code fix suggestions. The investigation skill processes Sentry alert formats, identifies the underlying error reason, and provides specific code modifications to resolve the issue.

Does this debugging tool support Rust panic logs?

Yes, this debugging tool supports Rust panic logs. It investigates Rust panics and general application logs to determine the root cause and propose corrected code versions.

What is the best way to troubleshoot application crashes using error logs?

The best way to troubleshoot application crashes using error logs is to paste the structured log or stack trace. The analysis identifies the problematic code section and outputs a concrete, corrected code solution.

How do I get actionable code fixes for error analysis?

To get actionable code fixes for error analysis, provide your error logs or alerts. The skill investigates the log formats, identifies the root cause, and delivers specific code locations with concrete modifications.

What log formats are supported for bug investigation?

Bug investigation supports structured logs, stack traces, and Sentry alerts. It analyzes these various log formats to automatically identify the underlying error source and suggest code fixes.