validate
Installation
SKILL.md
Note: Three things share the "validate" name in Forge:
/validate(this command): default-template validation command — rebases onto the base branch, then runs type/lint/test/security checksforge-preflight(formerly forge-validate): CLI tool — checks prerequisites before a stagebun run check(scripts/validate.js): Local quality gate — runs type/lint/test/security checks only (does NOT rebase; assumes branch is already current with the base branch)
Run comprehensive validation including type checking, linting, code review, security review, and tests.
Validate
Chain (HARD-GATE): the ONLY skill you invoke after
validateisship. Do not open the PR until validation shows fresh passing output in THIS session.
This skill validates all code before creating a pull request.
Usage
/validate