workspace-build
Installation
SKILL.md
Skill: Workspace Build
Goal
Build all affected submodules across the workspace, including running tests for changed files, using Nx for affected project detection.
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: none - builds all)
- Target to run (test, build, or both)