workspace-typecheck

Installation
SKILL.md

Skill: Workspace Typecheck

Goal

Type check affected TypeScript projects across the workspace using Nx affected detection, with a full-run fallback available.

Use This Skill When

  • You need to verify type safety across multiple repositories
  • You are about to commit changes and want to ensure type compliance
  • You want to catch type errors before running build or tests

Do Not Use This Skill When

  • You are only working in a single submodule and can run its own typecheck
  • The change is unrelated to TypeScript files

Inputs

  • File paths to typecheck (default: affected files from git working tree + staged + untracked)
  • Nx target (default: typecheck)
Installs
12
GitHub Stars
6
First Seen
Mar 18, 2026
workspace-typecheck — open-hax/opencode-skills