What problem does it solve? When a chat agent behaves unexpectedly—slow requests, skipped tools, missing instructions, or failed tool calls—users have no visibility into what actually happened. This Skill investigates Copilot Chat debug logs to find evidence-based root causes instead of guessing. ## Core Features & Use Cases - Log-Based Root Cause Analysis: Parses session debug logs (main.jsonl, system prompts, tool definitions, subagent traces) to explain latency, errors, and unexpected model behavior. - Structured Investigation Workflow: Triages errors, slow events, discovery issues, and tool calls using grep/jq or PowerShell, then correlates events via span hierarchies. - Network Diagnostics & Fallbacks: Runs the Copilot diagnostics command for connectivity issues and consults the Copilot Issues wiki when no clear cause emerges. - Use Case: A user asks why their custom skill did not load. The Skill searches the session log, finds a name mismatch between the folder and SKILL.md frontmatter, and explains the fix. ## Quick Start Ask why your last chat request was slow or why a tool, skill, or agent did not load as expected.