game-build-log-triage

Identify the first actionable failure and likely subsystem in Unity and Unreal build logs.

40|9|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/akillness/jeo-skills --skill game-build-log-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-build-log-triage
Source: https://github.com/akillness/jeo-skills/tree/main/.agent-skills/game-build-log-triage
Command: npx skills add https://github.com/akillness/jeo-skills --skill game-build-log-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage Unity and Unreal Engine editor, build, package, and CI logs to identify the first actionable failure and its likely subsystem, delivering a concise debugging brief.

Core Features & Use Cases

  • Turn noisy Unity/Unreal logs into a short, prioritized debugging brief.
  • Identify the first actionable failure and the most likely subsystem, then propose next steps.
  • Provide engine-targeted checks and safe guidance for Unity, Unreal, or mixed logs.

Quick Start

Provide a structured triage briefing from the supplied Unity or Unreal log.

Frequently Asked Questions about game-build-log-triage

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

FAQPage Schema
How do I triage Unity and Unreal build logs to find the first actionable failure?

To triage Unity and Unreal build logs, you parse the transcript to identify the first actionable failure and classify it into primary and secondary buckets, delivering a prioritized debugging brief with engine-specific inspection targets.

What is the best way to debug Unity or Unreal CI build failures from noisy transcripts?

The best way to debug Unity or Unreal CI build failures is to triage the noisy logs to pinpoint the most likely subsystem involved, providing a concise brief with safe next steps and targeted follow-up actions.

Can I use log triage for both Unity and Unreal packaging and cook processes?

Yes, you can use log triage for Unity and Unreal packaging, cook, and CI transcripts. The process applies to mixed build logs, identifying the first actionable failure and proposing engine-targeted checks for either environment.

How do I identify the likely subsystem causing a Unity or Unreal build failure?

You identify the likely subsystem by classifying the build log into primary and optional secondary buckets, isolating the first actionable failure to guide targeted follow-up actions and engine-specific inspections.

Does build log triage work with mixed Unity and Unreal engine logs?

Yes, build log triage works with mixed Unity and Unreal logs. It processes editor, build, and package transcripts to classify failures and deliver engine-specific inspection targets and safe next steps across both engines.

What safe next steps should I follow after identifying a build failure in Unreal logs?

After identifying a build failure in Unreal logs, safe next steps involve following the engine-specific inspection targets provided in the debugging brief to execute targeted follow-up actions without unnecessary broad changes.