Run Tests and Lint
Use this skill when the user asks to run tests, check linting, or validate CI-style checks.
Workflow
- •From repo root, run
source ~/.zshrcthennvm use 20to select Node.js 20 LTS. - •Then run:
- •
npm test - •
npm run lint
- •
- •If either command fails due to sandbox limits, rerun with required approval.
- •Summarize pass/fail status and highlight any failing test files or lint errors.
- •If commands are missing, check
package.jsonscripts and report the gap.