# Check

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

- Skill: `tomevault-io/check-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/check-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/check-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/check-2

---


Run the full project validation pipeline before pushing:

```bash
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](https://github.com/zwrose/weekly-eats) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-31 -->

