# Validate

> Run the full quality gate — tests, lint, build, and cortex-tms validate --strict.

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

---


# Validate

Run the full Cortex TMS quality gate and report results.

## Steps

1. `pnpm test` — report pass/fail count
2. `pnpm run lint` — report errors and warnings
3. `pnpm run build` — report success or failure
4. `node bin/cortex-tms.js validate --strict` — report check results

## Rules

- Run all four steps regardless of failures
- Report results clearly with pass/fail for each step
- Do not fix anything — just report
- If everything passes, say so. If something fails, show the relevant output.

## Arguments

$ARGUMENTS

