issue-analyzer

Analyze crash stacks and logs to produce root-cause reports with fix recommendations.

54|18|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/open-fox/agents --skill issue-analyzer-open-fox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-analyzer
Source: https://github.com/open-fox/agents/tree/main/skills/issue-analyzer
Command: npx skills add https://github.com/open-fox/agents --skill issue-analyzer-open-fox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze crashes, bugs, and errors from crash stacks, and logs with source code. Produces root cause analysis with call flow and fix recommendations. Use for "crash stack", "crash log", "error log", "stack trace", "exception", "ANR trace", "analyze this crash", "debug this issue", or "find the root cause".

Core Features & Use Cases

  • Analyze crash stacks, core dumps, and log files to generate a structured root-cause report with a call flow and recommended fixes.
  • Correlate crash evidence with source code to pinpoint the exact failure point and the root-cause path.
  • Typical use cases include diagnosing mobile apps, server processes, or desktop software crashes to produce actionable remediation steps.

Quick Start

Provide a crash stack trace or crash log file and (optionally) a path to the relevant source code to receive a comprehensive root-cause analysis and repair recommendations.

Frequently Asked Questions about issue-analyzer

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

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

Finding the root cause from a crash stack trace involves analyzing the call flow and correlating evidence with source code. Provide the stack trace and optionally a source code path to generate a structured report with remediation steps.

Can I analyze ANR traces and core dumps the same way as crash logs?

Yes, ANR traces and core dumps are analyzed similarly to crash logs. The process examines these diagnostics to pinpoint the exact failure point and output a comprehensive root-cause report with actionable fixes.

Does correlating crash evidence with source code improve root-cause analysis?

Yes, correlating crash evidence with source code improves root-cause analysis by pinpointing the exact failure point. Providing a source code path alongside crash logs enables deeper correlation and more accurate remediation steps.

What is included in a structured root-cause incident report for software crashes?

A structured root-cause incident report for software crashes includes a call chain, evidence references, and prioritized remediation steps. It synthesizes crash stacks, core dumps, and logs to deliver actionable repair recommendations.

Do I need a source code path to debug an exception stack trace?

No, a source code path is not required to debug an exception stack trace, but providing one optionally enables deeper code correlation to pinpoint the exact failure point and root-cause path.