# Validate

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

- Skill: `growthxai/validate` (Agent Skill)
- Install (CLI): `npx skillmds@latest add growthxai/validate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/growthxai/validate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: growthxai (https://skillmd.com/u/growthxai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/growthxai/validate

---


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.

