---
name: Validate
slug: validate-2
category: Quality
description: "Validate runs the full Cortex TMS quality gate: tests, lint, build, and strict validation. Use it to report pass or fail for each step without making changes."
github: "https://github.com/cortex-tms/cortex-tms/tree/main/.claude/skills/validate"
language: MDX
stars: 181
forks: 7
install: "npx degit https://github.com/cortex-tms/cortex-tms/tree/main/.claude/skills/validate ~/.claude/skills/validate"
installs_to: ~/.claude/skills/validate
source_path: .claude/skills/validate/SKILL.md
collection_size: 6
category_size: 1817
collection_url: "https://dirskills.com/collections/cortex-tms/cortex-tms"
added: 2026-09-07T05:20:18.580Z
last_synced: 2026-09-07T05:20:18.580Z
canonical_url: "https://dirskills.com/skills/validate-2"
---

# Validate

Validate runs the full Cortex TMS quality gate: tests, lint, build, and strict validation. Use it to report pass or fail for each step without making changes.

**Install:**

```bash
npx degit https://github.com/cortex-tms/cortex-tms/tree/main/.claude/skills/validate ~/.claude/skills/validate
```

## README

# 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
