Local runner for pagerguild QA agents.
uv run https://raw.githubusercontent.com/pagerguild/qa/main/qa.py \
--target http://localhost:5173 --hereRuns every .qa/<agent>/ task in your repo against any URL, in
parallel matrix containers, using the same workflow that drives CI.
Output streams into the team's Supabase reader at
https://qa.guys.dev.guilde.ai.
uv—brew install uvgh—brew install gh && gh auth logindoppler—brew install dopplerhq/cli/doppler,doppler login, anddoppler setupfrom a directory scoped to a Doppler config that has the QA agent's secretsact—brew install act- Docker Desktop, running
qa --target URL (--here | --path DIR | --repo OWNER/NAME [--branch B])
[--qa-dir DIR] [--verbose]
--hereruns against the current directory's checkout.--path DIRruns against an existing checkout atDIR.--repo OWNER/NAMEclones the repo fresh into a temp dir and uses that. Add--branchto pin a branch.
localhost URLs get rewritten to host.docker.internal automatically
so the agent inside the container can reach your dev server.
On Apple Silicon, native arm64 containers are selected automatically.