with one click
playwriter-spec
// Run a Playwright e2e test manually in the browser via Playwriter while debugging and adapting in-flight.
// Run a Playwright e2e test manually in the browser via Playwriter while debugging and adapting in-flight.
Create a new Cloudflare app in this repo with the expected package scripts, Doppler shape, and CI workflow wiring.
Query and analyze Cloudflare Workers traces through the general Cloudflare API MCP server. Use when diagnosing Workers traces, distributed tracing spans, observability events, subrequest chains, or when an agent needs Cloudflare trace data programmatically.
Debug MCP servers with the official MCP Inspector UI and CLI. Use when an MCP server will not connect, auth fails, tools/resources/prompts are missing, or a tool call needs to be reproduced outside Codex/Claude.
Drizzle ORM database migration workflow for packages that still use Drizzle (agents, example). Do NOT use for apps/os — that app uses sqlfu/D1.
Monitoring workflow for architect: Cloudflare Worker checks, task updates, and Slack escalation.
Debug failures in the Cloudflare OS worker using the Cloudflare MCP server. Use when diagnosing 500s, missing logs, or request-level regressions in production or preview.
| name | playwriter-spec |
| description | Run a Playwright e2e test manually in the browser via Playwriter while debugging and adapting in-flight. |
| publish | true |
Use when an app e2e test is flaky or in flux and you want to execute the same flow manually with live debugging.
Tests live under each app, e.g. apps/os/e2e/, not a root spec/ directory.
OS_BASE_URL=https://… pnpm --dir apps/os test:e2e
See each app's package.json for required env vars.