What problem does it solve? Diagnosing Unity project issues normally requires manually checking the console, compile state, and editor health across multiple windows. This Skill aggregates error checking, compilation status, and system diagnostics into direct tool calls 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 queries. - Error and Log Inspection: Retrieve console logs filtered by type or content, active errors, and stack traces for specific log entries. - Compilation and Environment Control: Check compilation status, force recompilation, read or set scripting define symbols, and inspect assemblies, memory, and system info. - Use Case: After editing a C# script, call unity_diagnose to confirm whether the project compiles cleanly and see any new console errors in a single response. ## Quick Start Ask the AI to run unity_diagnose and report whether the Unity project has any compile errors or console warnings.