local-ci
Installation
SKILL.md
Local CI
Use the local CI runner and Turbo/package scripts as the source of truth for validation in this repo.
Quick Start
- Start with the smallest deterministic check that matches the change.
- Prefer
pnpm run ci:local --only=<job>for CI-parity validation. - Prefer direct Turbo or package scripts only when they are the smaller equivalent of the CI job.
- Report exactly which command ran, what failed first, and which expected checks were skipped.
Workflow
1. Inspect available local CI jobs
Run: