What problem does it solve?
This Skill prevents large command outputs, logs, test results, and API responses from overwhelming the active context by routing them through context-mode tools instead of direct shell reads.
Core Features & Use Cases
- Large Output Handling: Process logs, build output, dependency trees, git history, and test results without flooding the conversation.
- Tool Routing Guidance: Chooses between Bash, ctx_execute, ctx_execute_file, and browser snapshot workflows based on output size and task type.
- Browser and MCP Safety: Instructs how to save Playwright and other MCP outputs to files first, then analyze them server-side for efficient inspection.
- Reference Patterns: Includes practical patterns for JavaScript, Python, and Shell analysis workflows plus anti-pattern guidance.
- Use Case: When a build fails with thousands of lines of output, this Skill helps extract only the relevant errors, warnings, and summary metrics.
Quick Start
Ask the assistant to analyze your large log, test output, or API response using context-mode instead of direct file reads or raw shell output.