verifying-in-browser
Installation
SKILL.md
Verify in Browser
Use this skill proactively after making code changes to verify the app actually works. Don't just trust that the code is correct — launch it and check.
Steps
-
Start the dev server in the background — check if one is already running by listing terminals. If not:
npm run devSet
block_until_ms: 0to run it in the background. Then poll until you see the "ready" message with the localhost URL. -
Open in the side browser — launch the app beside your code: