From laguagu-claude-code-nextjs-skills
Opens the running app in a browser to smoke test recent UI changes, checking for console errors, network status, and actual functionality.
How this skill is triggered — by the user, by Claude, or both
Slash command
/laguagu-claude-code-nextjs-skills:go [url or route][url or route]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify your work in the browser instead of trusting that code compiles. Use whatever browser tools the environment offers (Chrome extension, next-devtools MCP, chrome-devtools MCP, Playwright — whichever is reachable). If `chrome-devtools` MCP is available and you need console errors, network status, or computed styles to confirm the fix, prefer it over a blind reload. If login is needed, crede...
Verify your work in the browser instead of trusting that code compiles. Use whatever browser tools the environment offers (Chrome extension, next-devtools MCP, chrome-devtools MCP, Playwright — whichever is reachable). If chrome-devtools MCP is available and you need console errors, network status, or computed styles to confirm the fix, prefer it over a blind reload. If login is needed, credentials usually live in .env.local or the project's secrets manager.
Two things are easy to miss:
If something is broken, fix → reload → verify again. Don't thrash on the same issue — ask for direction instead.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin laguagu-claude-code-nextjs-skillsVerifies browser-rendered HTML, UI, visual docs, presentations, local apps, and browser-facing changes in a real browser. Checks layout, responsiveness, overflow, console errors, and network issues.
Verifies frontend UI changes by auto-detecting local Next.js/Hono servers via git diff analysis, navigating pages, testing interactions/APIs/errors, and performance traces with Chrome DevTools.
Guides manual testing of app features with checklists, edge case identification, cross-browser and mobile verification, and structured QA workflows before deployment.