Build / lint / test a project
dev_checkAuto-detect the directory's stack and execute relevant code checks: Go vet/build/test or Node/TS type checking, lint, and build.
Instructions
Auto-detect the stack in a directory and run its checks. Go: vet, build, test. Node/TS: optional install, then tsc --noEmit, lint, build (whatever exists).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the project directory | |
| install | No | Run npm install first (Node projects) |