ui-delivery
Installation
SKILL.md
UI Delivery Protocol
Tooling Note: Commands use
playwright-cli, an internal wrapper around Playwright. If unavailable, use standard Playwright:npx playwright <command>
🎨 MANDATORY FOR ALL UI WORK
Before marking ANY UI task complete, you MUST:
1. Visual Verification (Screenshots)
# Open the page
playwright-cli open <url-or-file-path>
# Screenshot at mobile breakpoint
playwright-cli run-code "window.resizeTo(375, 812)"
playwright-cli screenshot --full-page ./qa-screenshots/mobile.png