
from claude-code-nextjs-skills55
Opens a running application in a browser to verify UI changes, check console errors, and ensure functional correctness.
This skill replaces blind trust in code compilation with actual browser verification. It leverages available browser automation tools (like Chrome DevTools or Playwright) to perform smoke tests, validate that UI elements render correctly, and check for silent killers like 4xx/5xx network errors or JavaScript exceptions.
Activates when the user wants to "check in browser", "verify the fix", or simply says "go". It is especially useful after completing a UI-related task to ensure the page actually functions as expected (e.g., a search actually returns results).
Primarily designed for Claude Code and other agents with access to browser-control MCPs or Playwright.
This skill has not been reviewed by our automated audit pipeline yet.