Marketplace
HookOfficial

Pre-Deploy Hook

Run validation gates before any workflow deployment — lint, types, tests.

Install

kb plugins install @kb-labs/hook-pre-deploy

About

A lifecycle hook that runs before any workflow is deployed to the daemon. Executes configurable validation steps: linting, type checking, test suites, and custom scripts.

Blocks deployment if any gate fails, with clear error output and exit codes for CI integration.