浏览器调试测试,仅用户要求时使用
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill devtools --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Devtools?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-devtools-rlues)More formats (shields.io, HTML) on the badges page.
---
name: devtools
description: 浏览器调试测试,仅用户要求时使用
mcp_tool: chrome-devtools
---
# DevTools Skill (Chrome DevTools)
浏览器调试测试,**仅当用户明确要求时使用**。
## ⚠️ 重要
**默认不执行测试**。遵循铁律:除非用户明确要求,不测试、不编译、不运行。
## 使用场景
仅当用户说以下内容时触发:
- "帮我测试一下"
- "运行测试"
- "检查浏览器"
- "调试页面"
## 调用流程
```javascript
// 1. 连接浏览器
chrome_devtools.connect()
// 2. 执行操作
chrome_devtools.navigate("http://localhost:3000")
chrome_devtools.click("#submit-btn")
chrome_devtools.type("#email", "test@example.com")
// 3. 截图/检查
chrome_devtools.screenshot()
chrome_devtools.evaluate("document.title")
// 4. 收集结果并通过寸止报告
```
## 常用操作
### 导航
```javascript
chrome_devtools.navigate("url")
chrome_devtools.reload()
```
### 交互
```javascript
chrome_devtools.click("selector")
chrome_devtools.type("selector", "text")
```
### 检查
```javascript
chrome_devtools.screenshot()
chrome_devtools.evaluate("js expression")
```
## 测试结果报告
```javascript
寸止.feedback({
summary: "测试完成",
results: [
"✅ 登录流程正常",
"✅ 表单验证正确",
"❌ 提交按钮样式异常"
]
})
```
## 降级方案
chrome-devtools不可用时 → 提供手动测试步骤指导
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!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...