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.

Jump to install

Source facts

Repository
cajias/claude-skills
Last source activity
July 20, 2026 at 07:29
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.