monorepo-turbo
Installation
SKILL.md
Skill: monorepo-turbo
Goal
Select the smallest reliable validation strategy first, then expand only when needed.
Workflow
- Identify modified-file scope (
apps/<service>,packages/<lib>, root). - Run targeted package scripts first when available.
- If impact is unclear or cross-cutting, run root scripts:
yarn lintyarn testyarn build
- If shared API contracts changed, consider
yarn openapi:generateandyarn openapi:check.