Run Quality Gates

Run lint, typecheck, and tests (same as pre-commit hook) Use when this capability is needed.

tomevault-io Updated

File contents

Run Quality Gates

Run the full quality gate suite (matches .githooks/pre-commit):

  1. npm run lint
  2. npx tsc --noEmit
  3. npm test

Report pass/fail for each step. If any fail, show the error output.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/jhosm--alexandria--run-quality-gates commit 1e43a70568

Frequently asked questions

npx skillmds@latest add tomevault-io/run-quality-gates