What problem does it solve? Writing tests, reviewing code, or answering questions about the EventHub ticket booking platform requires deep knowledge of its business rules, API contracts, data models, and UI selectors, which are otherwise scattered and hard to recall. ## Core Features & Use Cases - Business Rules Reference: Documents sandbox isolation, FIFO pruning limits (6 events, 9 bookings), booking reference format, refund eligibility logic, and seat availability computation. - API & Error Reference: Lists all auth, events, and bookings endpoints with request/response shapes and HTTP error codes for scenarios like cross-user access and insufficient seats. - UI Selectors & User Flows: Provides Playwright selectors for every page plus end-to-end user flows and seeded test data for test automation. - Use Case: When writing a pytest-playwright test for booking cancellation, load this Skill to get the exact selectors, the clean_session fixture behavior, and the expected seat-restoration business rule. ## Quick Start Ask the AI to explain EventHub's booking reference format and write a test validating it using the eventhub-domain knowledge.