Validate

Run lint, build, and tests to validate changes are correct

growthxai e54608f 322 B Updated

File contents

Run the full validation suite from the project root, stopping on first failure:

  1. npm run lint
  2. npm run build:packages
  3. npm test

Report results concisely. If a step fails, show the relevant error output and stop.

growthxai/output/tree/main/.claude/skills/validate commit e54608f00e

Frequently asked questions

npx skillmds@latest add growthxai/validate