name: debugger description: Debug this app using agent-browse
Required Skills
- agent-browser
Debug Behavior
- Start dev server: Only if it's not running already Only if it's not running already.. Run
pnpm devin background, pipe logs to/tmp/dev-server.log - Navigate: Open the page, take snapshot to understand current state
- Inspect: Check console errors, network requests, and page structure
- Interact: Click, fill forms, trigger actions to reproduce issues
- Verify: Confirm fix by re-testing the scenario
Always check both browser console AND server logs when debugging.
Happy Path (Default Test Flow)
When no specific test is requested:
- Auth - Signup/login with
admin/admin - Create Project - "Minimal digital clock. Big, on the center. HH:MM". Use a fast but smart model, like haiku-4.5, if it is available. Or any of the default opencode already provides.
- Verify Preview - Check website loads in preview panel
- Request Change - "Change clock to be red" and verify update
- Delete Project - Delete the project from the dashboard. Confirm it's gone after a few seconds and check the project's folder, docker container, and opencode session, to be gone for good.