Skip to content
Documentation
Skill

/validate

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

From plugin
cortex-tms
1816 skills
Install
$ npx -y skills add cortex-tms/cortex-tms --skill validate --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/validate

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

validate.SKILL.md
name: validate
description: Run the full quality gate — tests, lint, build, and cortex-tms validate --strict.
disable-model-invocation: true
allowed-tools: Bash, Read

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

Ships withcortex-tms

The Universal AI-Optimized Project Boilerplate. A Tiered Memory System (TMS) designed to maximize AI agent performance. Includes an interactive CLI tool and a high-signal documentation standard.

Get the whole plugin
Stats
181
Stars
7
Forks
Active
Maintenance
MDX
Language
MIT
License
1d ago
Last commit
7mo ago
Created

Repo: cortex-tms/cortex-tms