What problem does it solve?
This Skill addresses the problem of inefficient context window usage by AI agents, which leads to increased latency, higher costs, and potential degradation in response quality due to token limits.
Core Features & Use Cases
- Debug Log Analysis: Parses Copilot Chat debug logs to identify patterns of context window consumption.
- Token Waste Detection: Pinpoints redundant file reads, oversized instructions, and inefficient prompt structures.
- Optimization Reporting: Generates prioritized recommendations for improving context efficiency, such as narrowing instruction globs or extracting tasks into subagents.
- Use Case: An agent is consistently taking over 30 seconds to respond. This Skill can analyze its debug logs to reveal that it's repeatedly loading large instruction files or attaching entire codebases to its context, then suggest specific files to exclude or a more granular approach to information retrieval.
Quick Start
Analyze the latest Copilot Chat debug logs to identify context optimization opportunities.