What problem does it solve? When debugging Code OSS or the Agents app during development, logs are scattered across timestamped folders and multiple per-process files, making it hard to find the right log for the issue you are investigating. ## Core Features & Use Cases - Log Discovery: Finds the most recent timestamped log folder under the default user data dir or a custom --user-data-dir. - File-to-Problem Mapping: Maps investigation targets (startup crashes, extension issues, agent host, MCP servers, terminals, network) to the exact log files to read. - Console Forwarding Workflow: Documents how to temporarily enable dev console forwarding so console.log probes persist into normal log files. - Use Case: After reproducing a renderer crash in a dev build, use this Skill to locate the latest session folder and read window1/renderer.log and main.log for the error. ## Quick Start Find the most recent Code OSS dev run logs and show me any errors in the renderer log.