What problem does it solve?
This Skill helps you debug why reservation Server-Sent Events (SSE) appear to diverge between the broadcaster and subscribers, including missing events, stuck state transitions, and unexpected connection drops.
Core Features & Use Cases
- SSE broadcaster validation: Inspect active SSE connections and broadcaster stats to confirm the stream is live and producing events.
- Event publication verification: Query the reservation event log in the database to confirm the event was actually created and persisted.
- Reservation state machine inspection: Verify reservation status and timestamps to detect stalled or incorrect transitions that explain downstream subscriber behavior.
Use case example: A venue dashboard shows a reservation status that doesn't match the backend while the SSE stream seems connected—use this Skill to confirm publication in the DB, validate SSE connection state, then check the reservation state machine transitions.
Quick Start
Use the sse-event-debug Skill to triage SSE event divergence for the reservations service for a specific venueId by checking broadcaster connections, validating event publication in the database, and inspecting the reservation’s current status and last update time.