Skip to content
Development
Skill

/validate

Run lint, build, and tests to validate changes are correct

From plugin
output
43052 skills11 agents1 command
Install
$ npx -y skills add growthxai/output --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 lint, build, and tests to validate changes are correct

SKILL.md

validate.SKILL.md
name: validate
description: Run lint, build, and tests to validate changes are correct

Run the full validation suite from the project root, stopping on first failure:

1. `npm run lint` 2. `npm run build:packages` 3. `npm test`

Report results concisely. If a step fails, show the relevant error output and stop.

Ships withoutput

The open-source TypeScript framework for building AI workflows and agents. Designed for Claude Code — describe what you want, Claude builds it, with all the best practices already in place. One framework.

Get the whole plugin

Other skills on output.