monorepo-ci-optimizer
Installation
SKILL.md
Monorepo CI Optimizer
Run only affected builds and tests in monorepos for faster CI.
Affected Detection Strategy
Using Turborepo
# .github/workflows/ci.yml
name: CI
on:
pull_request:
push:
branches: [main]