What problem does it solve?
This Skill eliminates the hours of manual trial-and-error required to debug tricky terminal rendering issues in the Kollab terminal AI workspace, such as duplicate input prompts, stale content after resizing, flickering, and message display failures that are difficult to trace in a complex CLI codebase.
Core Features & Use Cases
- Structured 5-Phase Diagnostic Workflow: Guides you through inspecting renderer state, message coordinator logic, buffer management, layout systems, and specific issue root causes in a logical, step-by-step order.
- Pre-Built Debugging Commands: Provides targeted grep patterns and runtime log inspection commands to quickly locate problematic code without manual searching through the codebase.
- Use Case: For example, if you see two input prompts appear after closing a modal in Kollab, this skill walks you through checking the relevant state flags and buffer transition calls to identify the missing reset in minutes instead of hours.
Quick Start
Use this skill to diagnose and fix the duplicate input box bug that appears after closing modals in your Kollab terminal workspace.