crash-report

Parse Unreal Engine crash logs and create structured GitHub issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of converting complex 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 a crash-investigator agent for deeper root cause analysis.
  • Use Case: When a game crashes, this Skill can automatically find the latest log, parse the error, and create a GitHub issue tagged for the relevant team, including a symbolicated callstack and environment details.

Quick Start

Use the crash-report skill to create a GitHub issue from the latest crash log.

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 create GitHub issues from Unreal Engine crash logs, this Skill parses local log files to extract crash types, error messages, and symbolicated callstacks, then formats them into structured issue reports automatically.

What information is extracted when parsing Unreal Engine crash logs for debugging?

Parsing Unreal Engine crash logs extracts detailed crash information including symbolicated callstacks, error messages, and crash types, and can optionally pull enriched data like breadcrumbs and environment tags via Sentry API integration.

Can I use Sentry API data to enrich crash reports generated from local log files?

Yes, Sentry API integration enriches crash reports from local log files by pulling additional data like breadcrumbs and environment tags, providing deeper context for the structured GitHub issues created during debugging.

Does crash report automation identify the root cause of a game crash within project code?

Yes, crash report automation identifies root causes within project code by analyzing the symbolicated callstack extracted from the Unreal Engine crash log, and can optionally integrate with a crash-investigator agent for deeper AI analysis.

What's the best way to automate debugging workflows for Unreal Engine game crashes?

Automating debugging workflows for Unreal Engine game crashes is best achieved by automatically finding the latest log, parsing the error, and creating a tagged GitHub issue with a symbolicated callstack, which this Skill handles end-to-end.