Run full quality gate tests and validation
validateskillsetup L1★176
cortex-tms/cortex-tms ↗What it does
Run tests, lint, build, and strict validation gate
Best for
When you need a single pre-commit quality check across all CI lanes without stopping on first failure.
Inputs
- · optional arguments from CLI
Outputs
- · pass/fail per step (tests/lint/build/validate)
- · relevant error output on failure
Requires
- · pnpm
- · Node.js
- · bash
Preconditions
- · pnpm installed
- · package.json with test/lint/build scripts
Failure modes
- · one step fails but others still run (all output shown)
- · cortex-tms not in PATH
Trust signals
- · runs all steps regardless
- · clear pass/fail per step