monorepo-turbo

Installation
SKILL.md

Skill: monorepo-turbo

Goal

Select the smallest reliable validation strategy first, then expand only when needed.

Workflow

  1. Identify modified-file scope (apps/<service>, packages/<lib>, root).
  2. Run targeted package scripts first when available.
  3. If impact is unclear or cross-cutting, run root scripts:
    • yarn lint
    • yarn test
    • yarn build
  4. If shared API contracts changed, consider yarn openapi:generate and yarn openapi:check.

Escalation heuristics

Installs
2
First Seen
Aug 26, 2026
monorepo-turbo — metroscope-dev/skills