What problem does it solve? When debugging Code OSS or the Agents app dev builds, logs are scattered across timestamped folders with many process-specific files, making it hard to know where to look. This Skill maps the log directory structure and tells you exactly which file to read for the problem you are investigating. ## Core Features & Use Cases - Log Discovery: Finds the most recent timestamped log folder under the default or custom user data directory. - File-to-Problem Mapping: Matches investigation targets (startup crashes, extension issues, Copilot agent problems, MCP servers, terminals, network) to the correct log files such as main.log, renderer.log, exthost.log, and agenthost.log. - Console Forwarding Workflow: Documents how to temporarily enable dev console forwarding so console.log probes persist into normal log files, with a reminder to revert before check-in. - Use Case: A developer reproduces a renderer crash in a Code OSS dev build and uses this Skill to locate the latest session folder and read window1/renderer.log for the stack trace. ## Quick Start Find the most recent Code OSS dev run logs and show me any errors in the renderer log.