网页冒烟验收的章法:摘要、核对、给证据。要检查页面结构、链接、表单或按清单验收网页时使用。
Scanned 9/3/2026
Install to Claude Code
npx -y skills add relic-yuexi/LubanCode --skill browser-testing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Browser Testing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/relic-yuexi-browser-testing-lubancode)More formats (shields.io, HTML) on the badges page.
---
name: browser-testing
description: 网页冒烟验收的章法:摘要、核对、给证据。要检查页面结构、链接、表单或按清单验收网页时使用。
---
# Browser Testing
验收一趟网页,三步走,一步不省:
1. **拿摘要**。先用 dom-analyzer 的 `inspect` 采 DOM 摘要:元素数、链接、表单、标题。
有摘要不手数,没摘要不硬编。
2. **对清单**。照 `assets/smoke-checklist.md` 逐项核。清单没盖到的,按
`references/selectors.md` 的口径补查。
3. **给证据**。每项结论附原文或数字。"通过"要有凭,"未通过"要写差在哪。
纪律:
- 先摘要,再动手;动完复验。拿着旧摘要下结论,是死罪。
- 页面会变。导航一次,旧摘要作废,重采。
- 拿不准的标"未验证"。宁可少说,不可说错。
- 验收只读。不提交表单,不点删除,不碰登录态。
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!