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 checks
  • forge-preflight (formerly forge-validate): CLI tool — checks prerequisites before a stage
  • bun 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 validate is ship. 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
Installs
1
GitHub Stars
4
First Seen
7 days ago
validate — harshanandak/forge