What problem does it solve?
This Skill eliminates the tedious manual work of parsing logs and guessing at event system behavior by providing real-time visibility into event bus activity, hook execution, and performance metrics, saving developers hours of debugging time for event-driven issues.
Core Features & Use Cases
- Real-Time Event Flow Tracking: Watch event propagation through pre/main/post processing phases as user actions and system events fire.
- Hook Listener Identification: See exactly which plugins and hooks are registered for any event type, along with their priority execution order.
- Performance Bottleneck Diagnosis: Measure hook execution times to identify slow or unresponsive event handlers causing latency.
- Use Case: For example, if a slash command is taking 2 seconds to execute, use this Skill to trace the full event sequence, find the slow hook, and pinpoint the root cause of the delay.
Quick Start
Use the monitor-event-bus skill to trace the full event flow and identify slow hooks when a user action triggers unexpected latency in the Kollab terminal.