在 Windows 上验证本地网页、HTML 与前端产物
Scanned 9/2/2026
Install to Claude Code
npx -y skills add wangzhe04/ruyi-workbench-oss --skill browser-debug --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Browser Debug?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wangzhe04-browser-debug)More formats (shields.io, HTML) on the badges page.
---
name: 网页调试
description: 在 Windows 上验证本地网页、HTML 与前端产物
---
# Browser Debug
Use this skill when validating local web apps, HTML files, intranet pages, or generated frontend artifacts on Windows.
Workflow:
1. Start or inspect the local dev server with `powershell_run`.
2. Use `browser_open` for `http://localhost:...`, intranet URLs, or local HTML paths.
3. Use `desktop_screenshot` after opening the page to verify that the browser rendered the target.
4. If automation is needed, create a short PowerShell or Node script with `script_run`; keep the script in the generated folder when it may need reuse.
5. For local apps, verify both a desktop-sized window and a narrow viewport when possible.
Offline note:
Do not assume CDN assets or internet fonts will load. Prefer bundled assets and local dependencies.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!