real-browser-verify

仓库创建 2026年4月30日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

确保变更在真实运行环境和认证用户下被实际验证,减少误报。

▸ 风险提示

需要控制浏览器与认证凭据,可能涉及敏感凭证与远程浏览器资源。

这个 Skill 做什么

用真实(已认证)的浏览器驱动应用,导航到目标界面并捕获验证证据以确认 UI 修复。

用真实且已认证的浏览器去跑应用、到达目标界面并亲自操作功能路径,拍证据(截图/录屏)确认 UI 修复生效。任何影响界面的改动在宣布完成前都要这样验收,Playwright/E2E、curl 或只是页面加载并不能替代真实浏览器验证。流程会保证清理现场并留下可审计的验证证据。

▸ 展开 SKILL.md 英文原文

Verify a UI change or bug fix by driving the real running app through a real (authenticated) browser — dev-server lifecycle, target-screen navigation, functional operation, and evidence capture with guaranteed cleanup. Use before declaring any UI change, frontend bug fix, or deploy "done"; Playwright/E2E specs, curl, page-loads, or console-error counts are NOT acceptable substitutes for this check. Trigger phrases: 画面で確認, 実ブラウザで検証, 動作確認して, browser use で確認.

开发编程浏览器验证端到端Playwright通用
0
Stars
0
Forks
16
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Eotel/skills/main/real-browser-verify/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Eotel/skills/main/real-browser-verify/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Real-Browser Verify

The bar for "verified" on UI-affecting work: **reach the actual target screen in
a real browser, authenticated, and exercise the functional path the change
affects.** A passing test suite, a loaded page, or a clean console is evidence of
something else. (Measured across ~2,000 sessions: false completion was the #1
correction, and "real browser operation" was the #1 re-typed instruction.)

## Procedure

1. **Server lifecycle (start-if-absent, never duplicate)**
   - Check if the dev server is already up (`curl -sI http://localhost:<port>` /
     health endpoint). Start it only if absent, in the background with output to
     a log file.
   - Register cleanup at start (`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有