ci-setup
Installation
SKILL.md
Set up GitHub Actions CI/CD: $ARGUMENTS
$ARGUMENTS can include:
- "full" — all checks + Vercel deploy (default)
- "checks-only" — lint, typecheck, test — no deploy
- "with-e2e" — include Playwright e2e in CI (default: included)
- "skip-e2e" — skip Playwright (faster CI, less coverage)
- Framework hint: "nextjs" or "vite" (auto-detected)
- Empty — full pipeline auto-detected
Before Starting
- Read
package.jsonfor available scripts (lint, typecheck, test:run, build) - Check if
.github/workflows/already exists - Read
playwright.config.tsif present — need baseURL and test config - Check if
vercel.jsonexists — detect Vercel project setup - Run
gh repo viewto get repo name and owner