Check

Run the full lint + test + build validation pipeline Use when this capability is needed.

tomevault-io Updated

File contents

Run the full project validation pipeline before pushing:

npm run check

This runs in order:

  1. ESLint with zero warnings tolerance
  2. Vitest with coverage reporting
  3. Next.js production build

If any step fails, stop and report the failure clearly. Suggest specific fixes for any lint errors, test failures, or build errors found.


Source: zwrose/weekly-eats — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/zwrose--weekly-eats--check commit dfc402eda6

Frequently asked questions

npx skillmds@latest add tomevault-io/check-2