Browser Verification Skill
This skill ensures that all frontend changes are verified using the browser_subagent tool.
Instructions
- •Always Open Browser: After any frontend modification or if a functionality is reported as broken, you MUST open the browser to the relevant URL (usually
http://localhost:3000). - •Verify State:
- •Check if the page loads without errors.
- •Inspect the DOM or take screenshots to verify visual changes.
- •Use the subagent to click buttons and verify interactive flows (e.g., OAuth, searches).
- •Debug Failures:
- •If a button doesn't work, use the browser subagent to check the console logs.
- •Inspect network requests if an API call fails.
- •Repeat Until Success: Do not stop until the browser confirms the feature is working as intended.
Workflow
- •Navigate to the page.
- •Perform the action (e.g., click "Connect Google Cal").
- •Wait for the page to update or check for specific elements.
- •Capture a screenshot if needed for the user.
- •Check for errors in the terminal or browser console.