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

  1. Read package.json for available scripts (lint, typecheck, test:run, build)
  2. Check if .github/workflows/ already exists
  3. Read playwright.config.ts if present — need baseURL and test config
  4. Check if vercel.json exists — detect Vercel project setup
  5. Run gh repo view to get repo name and owner
Installs
1
GitHub Stars
1
First Seen
Jun 4, 2026
ci-setup — joshuashepherd/my-skills