What problem does it solve?
JellyRock runtime failures on Roku devices produce cryptic BrightScript logs that are difficult and time-consuming to diagnose manually. This Skill automates the entire triage workflow, turning raw crash logs into structured investigations with probable root causes, file context, and actionable next steps.
Core Features & Use Cases
- Automated Log Parsing: Extracts the critical error signal from hundreds of lines of BrightScript console output.
- Failure Classification: Categorizes crashes into render-thread-crash, task-crash, api-error, registry-corruption, nav-error, or unknown based on error patterns.
- Investigation Handoff: Writes a structured handoff packet with file context, recent commits, and architecture references to guide root-cause analysis.
- Use Case: A user pastes a Roku debug console log showing "Sub or function not found" during video playback; the Skill identifies it as a render-thread-crash in the video player component and surfaces the exact files and lines to inspect.
Quick Start
Paste your Roku BrightScript crash log or debug console output into the Skill to receive an instant classification, probable code area, and investigation handoff packet.