ui-preview
SolidCapture headless-Chrome screenshots of the tingly-box frontend (running locally in mock mode) so frontend changes can be visually verified in environments without a real browser. Use when the user asks to "preview", "screenshot", "see the page", "show me the UI", "verify visually", or when frontend layout / component / styling changes need a sanity-check before review. Works in restricted/cloud sandboxes where Playwright's normal Chromium install is blocked.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- tingly-dev
- Repository
- tingly-dev/tingly-box
- Created
- 9 months ago
- Last Updated
- today
- Language
- Go
- License
- MPL-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
playwright-e2e
Test a frontend end-to-end with a headed or headless Playwright browser. Use when the user says use Playwright, test frontend E2E, browser test, inspect the UI, test this website, reproduce a frontend bug, verify a user flow, or check a web application.
playwright-cli
Disk-based Playwright QA scan for a running dev server or deployed site — screenshots, console-error capture, page-error capture, and same-origin link checks in one process with one compact report. Use this instead of an interactive Playwright-MCP navigate/snapshot loop whenever you're verifying a KNOWN site you (or a build pipeline) control — confirming a change renders, checking a build for console errors, screenshotting routes at multiple viewports, or catching broken internal links. Not for driving an unfamiliar third-party page (a competitor site, a social profile, a SaaS UI you don't control the markup of) or anything needing live interaction (click, fill, drag) — that's still Playwright MCP.
playwright
Drive a real browser from the terminal to scrape pages, extract structured data (reviews, comments, listings, tables), capture batch screenshots, fill forms, save pages as PDF, and walk JavaScript-heavy or login-gated sites that plain HTTP scrapers can't reach. Built on `playwright-cli` with a snapshot-then-ref interaction model that survives DOM changes far better than CSS selectors.