Validate

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

cortex-tms 2b5ffe8 665 B Updated

File contents

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

cortex-tms/cortex-tms/tree/main/.claude/skills/validate commit 2b5ffe80cc

Frequently asked questions

npx skillmds@latest add cortex-tms/validate