crash-report

Parse Unreal Engine crash logs and create structured GitHub issues.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/buihuuloc/universal-ue-skills --skill crash-report-buihuuloc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crash-report
Source: https://github.com/buihuuloc/universal-ue-skills/tree/main/skills/crash-report
Command: npx skills add https://github.com/buihuuloc/universal-ue-skills --skill crash-report-buihuuloc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of converting crash logs into actionable GitHub issues, saving developers significant time and effort in debugging.

Core Features & Use Cases

  • Automated Parsing: Extracts key information like crash type, error messages, and call stacks from log files.
  • GitHub Issue Creation: Generates well-formatted GitHub issues with relevant details.
  • Optional AI Analysis: Integrates with an AI agent for deeper root cause analysis and fix recommendations.
  • Use Case: When a game or application crashes, this Skill can automatically create a detailed bug report in GitHub, complete with the error, call stack, and even potential causes identified by an AI, streamlining the bug-fixing workflow.

Quick Start

Use the crash-report skill to scan for recent crashes and create a GitHub issue for the most recent one.

Frequently Asked Questions about crash-report

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

FAQPage Schema
How do I automatically create GitHub issues from Unreal Engine crash logs?

To automatically create GitHub issues from Unreal Engine crash logs, you can use a parsing tool that extracts crash types, error messages, and symbolicated callstacks to generate structured bug reports.

Can I enrich local crash log parsing with Sentry API data?

Yes, local crash log parsing can be enriched with the Sentry API, allowing you to aggregate comprehensive debugging data and supplement local log files with remote error tracking context.

How do I perform root cause analysis on Unreal Engine crash logs?

Root cause analysis on Unreal Engine crash logs can be performed by integrating an AI agent that evaluates the symbolicated callstacks and error messages to generate potential fix recommendations.

What is the best way to automate debugging workflows for game crashes?

Automating debugging workflows for game crashes is best achieved by parsing crash logs into structured GitHub issues, enabling developers to track and resolve errors directly within their project repository.

Does automated crash reporting work with local log files?

Yes, automated crash reporting works with local log files by parsing them directly to extract key information like crash types and call stacks before formatting the data into a structured issue.

What details are included in GitHub issues generated from crash logs?

GitHub issues generated from crash logs include the crash type, error messages, symbolicated callstacks, and optionally, AI-driven root cause analysis and fix recommendations for comprehensive debugging.