workspace-build
Installation
SKILL.md
Skill: Workspace Build
Goal
Build affected submodules across the workspace using Nx affected detection, with a full-run fallback available.
Use This Skill When
- You need to build all affected submodules after making changes
- You want to verify build success across multiple repositories
- You need to run tests for affected files before committing
Do Not Use This Skill When
- You are only working in a single submodule and can run its own build
- The change is unrelated to the codebase being built
Inputs
- File paths to check for changes (default: affected files from git working tree + staged + untracked)
- Target to run (build)