Skip to main content

streamlit-ui-visual-verification

Verify Streamlit dashboard changes by opening a real browser — not just probing the HTTP server. Use when: (1) you modified a Streamlit app and want to sign off on the change, (2) a smoke test passed via curl/HTTP 200 but you haven't actually looked at the page, (3) the change touched data-source selection, tab widgets from `extra-streamlit-components`, or dropdown population wired to a backend, (4) an exit gate / PR review needs UI evidence not just import evidence. Covers the "server-up ≠ UI-works" trap, iframe-isolated widget gotcha in extra-streamlit-components, Playwright MCP fallback when the claude-in-chrome extension is disconnected, and the specific failure signature where HTTP 200 + zero tracebacks + empty dropdowns means data binding silently broke between modules and the UI layer.

跳到安装

来源信息

仓库
cajias/claude-skills
最近来源活动
2026年7月20日 07:29
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。