What problem does it solve? When the Academic Events platform misbehaves—services failing to boot, broken auth or event flows, unexpected API responses, or unstable Docker development behavior—this Skill provides a structured diagnostic playbook instead of ad-hoc guesswork. ## Core Features & Use Cases - Service Health Checks: Inspect Docker Compose containers, tail API and Web logs, and probe readiness and event endpoints with curl. - Auth and Event Flow Debugging: Step-by-step curl sequences for register, login, token validation, event creation, updates, moderation, and filtering. - Failure Point Reference: A catalog of common failures such as missing JWT_SECRET, missing Bearer prefix, invalid date payloads, and stale frontend assets, plus API envelope shape verification. - Use Case: The API returns 401 on every protected call. Follow the auth flow debugging steps to confirm token issuance, verify the Authorization header format, and check that JWT_SECRET is set in the environment. ## Quick Start Ask the agent to diagnose why the API login flow is failing in the local Docker development environment.