What problem does it solve?
This Skill helps you verify that a repository's app actually works at its real runtime surfaces, rather than only compiling successfully. It is designed to catch issues in boot behavior, authenticated routes, cron dispatching, and browser-visible UI flows.
Core Features & Use Cases
- End-to-end runtime verification: Boots the app, checks for clean startup, and sweeps logs for failures.
- API route validation: Tests the anonymous
/api/chat auth gate and the /api/cron/tick authorization and fail-closed behavior.
- Browser workflow checks: Confirms login, onboarding chat behavior, dashboard tabs, pause/resume state changes, scan execution, and trace visibility.
- Use case: After changing routing, auth, or scheduling logic, use this Skill to prove the change works in the browser and on live endpoints, not just during build time.
Quick Start
Use the verify skill to run this repository's app checks end-to-end and report whether boot, API authorization, cron dispatch, and browser UI flows are working.