Playwright CLI Skill Token-efficient browser automation via CLI. Prefer this over MCP browser tools for deterministic, scriptable tasks. Quick Start Decision Matrix: Playwright CLI vs Chrome MCP | Use Case | Tool | Why | |----------|------|-----| | Page screenshot | Playwright CLI | Single command, 27K tokens vs 114K MCP | | PDF export | Playwright CLI | Native command | | E2E test suite | Playwright CLI | with config file | | Accessibility audit | Playwright CLI | Scriptable, repeatable, CI-friendly | | UI visual audit | Playwright CLI | gsd-ui-auditor already uses this pattern | | Interacti…