What problem does it solve? When working in Unity, tracking down compile failures, console errors, and environment issues requires checking many separate places. This Skill aggregates error logs, compilation status, stack traces, and system information into a single diagnostic workflow so problems can be triaged quickly. ## Core Features & Use Cases - Aggregated Health Snapshot: unity_diagnose combines console errors, compile state, recent jobs, and server stats in one call, avoiding chained requests. - Error & Log Inspection: Filter console logs by type and content, retrieve active errors, and fetch stack traces for specific log entries. - Compilation Control: Check compilation status, force recompilation, and read or set scripting define symbols. - Use Case: After editing a C# script, call unity_diagnose to immediately see whether compilation succeeded and which errors appeared, then use debug_get_stack_trace to inspect the failing code path. ## Quick Start Ask the AI to run a Unity diagnostic check and report any compile errors and console warnings in the project.