with one click
playw
Playwright sidecar mode — visual verification after every change
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Playwright sidecar mode — visual verification after every change
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | playw |
| description | Playwright sidecar mode — visual verification after every change |
| user-invocable | true |
| argument-hint | [URL] |
| requires | {"capabilities":["playwright"]} |
Playwright Sidecar — Occhi aperti per tutta la sessione
Attiva la modalità sidecar Playwright: da questo momento, dopo OGNI modifica visuale (CSS, HTML, Blade, JS), fai automaticamente uno screenshot della pagina target e mostralo in chat.
Parsing $ARGUMENTS:
Salva il target URL come variabile di sessione mentale. Da ora in poi:
Edit su file frontend (blade, css, js, html, vue, tsx) → screenshot automaticofrom playwright.sync_api import sync_playwright
with sync_playwright() as p:
browser = p.chromium.launch(headless=True)
page = browser.new_page(viewport={'width': 1920, 'height': 1080})
page.goto(TARGET_URL)
page.wait_for_timeout(2000)
page.screenshot(path='/tmp/playw-check.png', full_page=False)
browser.close()
Poi mostra lo screenshot con Read tool.
/tmp/playw-check.png (non accumulare file)🎭 Playwright sidecar attivo → {URL}
Dopo ogni modifica frontend faccio screenshot automatico.
$ARGUMENTS
GitHub — repos, issues, PRs, gists, Pages, branches via API
Gmail orchestrator — triage inbox, search, draft replies in-thread
Session closing (log, commit, push)
Mid-session checkpoint (log, database, commit, push) without closing
Brain package manager — install, update, list skills from registries
AI email auto-responder — monitors inbox, drafts context-aware replies, never sends without approval