What problem does it solve? Diagnosing Unity Editor issues normally requires manually checking the console, compile state, and environment info across multiple windows. This Skill aggregates error reading, compilation checks, forced recompilation, and system diagnostics into callable operations so you can triage problems quickly. ## Core Features & Use Cases - Aggregated Health Snapshot: unity_diagnose combines console errors, compile state, recent jobs, and server stats in one call, making it the first step when triaging any problem. - Error & Log Inspection: Read console errors, filter logs by type or content, and retrieve stack traces for specific log entries. - Compilation Control: Check compilation status, force a full script recompile, and read or set scripting define symbols. - Use Case: After editing a script, ask the AI to check for compile errors; it calls debug_check_compilation and debug_get_errors, then reports the failing file and stack trace so you can fix it immediately. ## Quick Start Ask the AI to run a Unity health check with unity_diagnose and report any console errors and compilation problems.